Home
last modified time | relevance | path

Searched defs:weight_path (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/tools/converter/parser/tflite/
Dtflite_parsers_test_utils.cc23 … *TestTfliteParser::LoadAndConvert(const std::string &model_path, const std::string &weight_path) { in LoadAndConvert()
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dconvolution_depthwise_fp32_tests.cc72 std::string weight_path = "./test_data/convDw/convDwfp32_weight.bin"; in InitConvDwCreator() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/llm_engine/
Dllm_engine_impl.cc334 std::string weight_path = "./"; in LoadMindIR() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/
Dconv_1x1_int8_tests.cc230 std::string weight_path = "./weight"; in Conv1x1Int8TestInit2() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dlite_session.cc1952 std::string weight_path = ""; in ParseWeightPath() local
2077 auto weight_path = ParseWeightPath(); in LoadModelAndCompileByBuf() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/
Dmodel_impl.cc257 std::string weight_path = "./"; in LoadGraphByBufferImpl() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/native/
Dmodel.cpp722 auto weight_path = env->GetStringUTFChars(weight_file, JNI_FALSE); in Java_com_mindspore_Model_exportWeightsCollaborateWithMicro() local