Browse Source

add onnx model parse api

pull/571/head
baker 4 years ago
parent
commit
3851d898e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inc/framework/omg/parser/model_parser.h

+ 1
- 1
inc/framework/omg/parser/model_parser.h View File

@@ -112,7 +112,7 @@ class ModelParser {
* @brief Convert network data type
* @param [in] type Data type to be converted
* @return ge::DataType
*/
*/
virtual ge::DataType ConvertToGeDataType(const uint32_t type) = 0;

virtual Status ParseAllGraph(const google::protobuf::Message *root_proto, ge::ComputeGraphPtr &root_graph) = 0;


Loading…
Cancel
Save