Browse Source

Merge branch 'development' of https://gitee.com/wan_xuelei/graphengine into development

pull/135/head
wxl 5 years ago
parent
commit
80fbb11ade
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      inc/framework/generator/ge_generator.h

+ 2
- 2
inc/framework/generator/ge_generator.h View File

@@ -66,8 +66,8 @@ class GeGenerator {
/// @param [in] model_file_name: name of model file.
/// @return SUCCESS or FAILED
///
Status BuildSingleOpModel(OpDescPtr &op_desc, const std::vector<GeTensor> &inputs,
const std::vector<GeTensor> &outputs, const std::string &model_file_name);
Status BuildSingleOpModel(OpDescPtr &op_desc, const std::vector<GeTensor> &inputs, const std::vector<GeTensor> &outputs,
const std::string &model_file_name);
///
/// @ingroup ge
/// @brief: Build single Op into model buff.


Loading…
Cancel
Save