|
@@ -112,7 +112,7 @@ class ModelParser { |
|
|
* @brief Convert network data type |
|
|
* @brief Convert network data type |
|
|
* @param [in] type Data type to be converted |
|
|
* @param [in] type Data type to be converted |
|
|
* @return ge::DataType |
|
|
* @return ge::DataType |
|
|
*/ |
|
|
|
|
|
|
|
|
*/ |
|
|
virtual ge::DataType ConvertToGeDataType(const uint32_t type) = 0; |
|
|
virtual ge::DataType ConvertToGeDataType(const uint32_t type) = 0; |
|
|
|
|
|
|
|
|
virtual Status ParseAllGraph(const google::protobuf::Message *root_proto, ge::ComputeGraphPtr &root_graph) = 0; |
|
|
virtual Status ParseAllGraph(const google::protobuf::Message *root_proto, ge::ComputeGraphPtr &root_graph) = 0; |
|
|