Home
last modified time | relevance | path

Searched defs:model_path (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore/lite/examples/runtime_cpp/
Dmain.cc329 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/
Dsentence_piece_tokenizer_op.cc40 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/
Dtflite_parsers_test_utils.cc23 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/
Dconvert_checkpoint.py25 def load_weights(model_path, use_fp16_weight): argument
/third_party/mindspore/mindspore/lite/micro/coder/
Dcoder.cc54 int Coder::Run(const std::string &model_path) { in Run()
83 int Configurator::ParseProjDir(std::string model_path) { in ParseProjDir()
Dsession.cc122 int CoderSession::Init(const std::string &model_path) { in Init()
/third_party/mindspore/tests/ut/cpp/common/
Dpy_func_graph_fetcher.h36 : model_path_(model_path), doResolve_(doResolve) { in model_path_() argument
/third_party/mindspore/mindspore/lite/java/native/runtime/
Dmodel.cpp40jstring model_path) { in Java_com_mindspore_lite_Model_loadModelByPath()
/third_party/mindspore/mindspore/lite/examples/quick_start_cpp/
Dmain.cc117 auto model_path = RealPath(argv[1]); in QuickStart() local
/third_party/mindspore/mindspore/lite/examples/runtime_gpu_extend/
Dmain.cc124 auto model_path = RealPath(argv[1]); in CompileAndRun() local
/third_party/mindspore/mindspore/lite/src/c_api/
Dmodel_c.cc77 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/
Dinfer_test.cc238 std::string model_path = "./models/model_hebing_3branch.ms"; in TEST_F() local
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel.cc49 Status Model::Build(const std::string &model_path, ModelType model_type, const std::shared_ptr<Cont… in Build()
Dmodel_impl.cc74 Status ModelImpl::Build(const std::string &model_path, ModelType model_type, in Build()
/third_party/mindspore/mindspore/lite/src/
Dlite_session.cc1081 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/
Dvf_libvmaf.c54 char *model_path; member
/third_party/mindspore/mindspore/train/callback/
D_summary_collector.py59 model_path = 'model_path' variable in LineageMetadata
/third_party/mindspore/mindspore/dataset/text/
Dtransforms.py249 def __check_path__(self, model_path): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/ir/kernels/
Dtext_ir.cc378 std::string model_path = vocab_file.ParentPath(); in Build() local
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_model_parser.cc44 std::unique_ptr<tflite::ModelT> TfliteModelParser::ReadTfliteModel(const std::string &model_path) { in ReadTfliteModel()