forked from mindspore-Ecosystem/mindspore
!24298 [lite]fix the bug of setting model's output name
Merge pull request !24298 from 徐安越/master
This commit is contained in:
commit
d5ed36c594
|
@ -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
|
||||
|
|
|
@ -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 {
|
Loading…
Reference in New Issue