/third_party/mindspore/mindspore/lite/examples/runtime_cpp/ |
D | main.cc | 329 int Run(const char *model_path) { in Run() 374 int RunResize(const char *model_path) { in RunResize() 426 int RunCreateModelComplicated(const char *model_path) { in RunCreateModelComplicated() 470 int RunModelParallel(const char *model_path) { in RunModelParallel() 538 int RunWithSharedMemoryPool(const char *model_path) { in RunWithSharedMemoryPool() 645 int RunCallback(const char *model_path) { in RunCallback() 719 auto model_path = RealPath(argv[1]); in main() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/ |
D | sentence_piece_tokenizer_op.cc | 40 SentencePieceTokenizerOp::SentencePieceTokenizerOp(const std::string &model_path, const std::string… in SentencePieceTokenizerOp() 88 Status SentencePieceTokenizerOp::GetModelRealPath(const std::string &model_path, const std::string … in GetModelRealPath()
|
/third_party/mindspore/mindspore/lite/test/ut/tools/converter/parser/tflite/ |
D | tflite_parsers_test_utils.cc | 23 schema::MetaGraphT *TestTfliteParser::LoadAndConvert(const std::string &model_path, const std::stri… in LoadAndConvert()
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/ |
D | convert_checkpoint.py | 25 def load_weights(model_path, use_fp16_weight): argument
|
/third_party/mindspore/mindspore/lite/micro/coder/ |
D | coder.cc | 54 int Coder::Run(const std::string &model_path) { in Run() 83 int Configurator::ParseProjDir(std::string model_path) { in ParseProjDir()
|
D | session.cc | 122 int CoderSession::Init(const std::string &model_path) { in Init()
|
/third_party/mindspore/tests/ut/cpp/common/ |
D | py_func_graph_fetcher.h | 36 : model_path_(model_path), doResolve_(doResolve) { in model_path_() argument
|
/third_party/mindspore/mindspore/lite/java/native/runtime/ |
D | model.cpp | 40 … jstring model_path) { in Java_com_mindspore_lite_Model_loadModelByPath()
|
/third_party/mindspore/mindspore/lite/examples/quick_start_cpp/ |
D | main.cc | 117 auto model_path = RealPath(argv[1]); in QuickStart() local
|
/third_party/mindspore/mindspore/lite/examples/runtime_gpu_extend/ |
D | main.cc | 124 auto model_path = RealPath(argv[1]); in CompileAndRun() local
|
/third_party/mindspore/mindspore/lite/src/c_api/ |
D | model_c.cc | 77 Status ModelC::Build(const std::string &model_path, ModelType model_type, const ContextC *model_con… in Build() 329 OH_AI_Status OH_AI_ModelBuildFromFile(OH_AI_ModelHandle model, const char *model_path, OH_AI_ModelT… in OH_AI_ModelBuildFromFile()
|
/third_party/mindspore/mindspore/lite/test/ut/src/ |
D | infer_test.cc | 238 std::string model_path = "./models/model_hebing_3branch.ms"; in TEST_F() local
|
/third_party/mindspore/mindspore/lite/src/cxx_api/model/ |
D | model.cc | 49 Status Model::Build(const std::string &model_path, ModelType model_type, const std::shared_ptr<Cont… in Build()
|
D | model_impl.cc | 74 Status ModelImpl::Build(const std::string &model_path, ModelType model_type, in Build()
|
/third_party/mindspore/mindspore/lite/src/ |
D | lite_session.cc | 1081 session::LiteSession *lite::LiteSession::CreateSession(const std::string &model_path, const lite::C… in CreateSession() 1114 int lite::LiteSession::LoadModelAndCompileByPath(const std::string &model_path) { in LoadModelAndCompileByPath()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_libvmaf.c | 54 char *model_path; member
|
/third_party/mindspore/mindspore/train/callback/ |
D | _summary_collector.py | 59 model_path = 'model_path' variable in LineageMetadata
|
/third_party/mindspore/mindspore/dataset/text/ |
D | transforms.py | 249 def __check_path__(self, model_path): argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/ir/kernels/ |
D | text_ir.cc | 378 std::string model_path = vocab_file.ParentPath(); in Build() local
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_model_parser.cc | 44 std::unique_ptr<tflite::ModelT> TfliteModelParser::ReadTfliteModel(const std::string &model_path) { in ReadTfliteModel()
|