!24298 [lite]fix the bug of setting model's output name

Merge pull request !24298 from 徐安越/master
This commit is contained in:
i-robot 2021-09-29 01:49:59 +00:00 committed by Gitee
commit d5ed36c594
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ endif()
file(GLOB_RECURSE CONVERTER_SRC RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/ops/*.cc
${CMAKE_CURRENT_SOURCE_DIR}/converter.cc
${CMAKE_CURRENT_SOURCE_DIR}/converter_context.cc
${CMAKE_CURRENT_SOURCE_DIR}/converter_flags.cc
${CMAKE_CURRENT_SOURCE_DIR}/anf_transform.cc
${CMAKE_CURRENT_SOURCE_DIR}/graphdef_transform.cc

View File

@ -14,10 +14,10 @@
* limitations under the License.
*/
#include "include/registry/parser_context.h"
#include "tools/converter/converter_context.h"
#include <string>
#include <vector>
#include "tools/converter/converter_context.h"
#include "include/registry/parser_context.h"
namespace mindspore {
namespace converter {