Home
last modified time | relevance | path

Searched defs:config_path (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/config/
DRunnerConfig.java89 public void setConfigPath(String config_path) { in setConfigPath()
158 private native void setConfigPath(long runnerConfigPtr, String config_path); in setConfigPath()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model_pool/
Drunner_config.h28 std::string config_path = ""; member
Dmodel_worker.h34 std::string config_path = ""; member
Dmodel_parallel_runner.cc91 void RunnerConfig::SetConfigPath(const std::vector<char> &config_path) { in SetConfigPath()
/third_party/mindspore/mindspore-src/source/include/api/
Dmodel_parallel_runner.h102 void RunnerConfig::SetConfigPath(const std::string &config_path) { SetConfigPath(StringToChar(confi… in SetConfigPath()
Dmodel.h410 Status Model::LoadConfig(const std::string &config_path) { return LoadConfig(StringToChar(config_pa… in LoadConfig()
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/python/
Dtest_large_model_inference.py33 def parse_configs(config_path): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/dynamic_akg/
Ddynamic_akg_cpu_kernel_build.cc50 auto config_path = GetCompilerCachePath(); in SaveJsonInfo() local
Ddynamic_akg_cpu_kernel_mod.cc65 auto config_path = GetCompilerCachePath(); in GetFunctionAndKernelName() local
/third_party/skia/gn/
Dgn_to_bp.py577 def write_android_config(config_path, defines): argument
588 def write_config(config_path, defines, platform): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/python/api/
Dcontext.py847 def config_path(self): member in _Parallel
852 def config_path(self, config_path): member in _Parallel
Dmodel.py137 …def build_from_file(self, model_path, model_type, context=None, config_path="", config_dict: dict … argument
/third_party/skia/m133/gn/
Dgn_to_bp.py711 def write_android_config(config_path, defines, isNDKConfig = False): argument
727 def write_config(config_path, defines, platform): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/cloud_infer/ascend_ge_distributed_cpp/
Dmain.cc79 std::string config_path = argv[4]; in QuickStart() local
/third_party/rust/rust/src/tools/rustfmt/src/git-rustfmt/
Dmain.rs84 fn config_path(&self) -> Option<&Path> { in config_path() method
/third_party/rust/rust/src/tools/rustfmt/src/bin/
Dmain.rs516 config_path: Option<PathBuf>, field
695 fn config_path(&self) -> Option<&Path> { in config_path() method
/third_party/mindspore/mindspore-src/source/tests/st/compile_cache/
Dtest_compile_cache.py49 def exec_model_and_check_result(cur_model_path, dataset_path, config_path, cache_path, check_contex… argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/symbol_engine/jit/
Dcpp_visitor.cc44 auto config_path = kernel::GetCompilerCachePath(); in KernelMetaPath() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/native/
Drunner_config.cpp69jstring config_path) { in Java_com_mindspore_config_RunnerConfig_setConfigPath()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/graph_kernel/
Dgraph_kernel_builder.cc97 …std::string config_path = MsContext::GetInstance()->get_param<std::string>(MS_CTX_COMPILE_CACHE_PA… in GetTmpKeyPath() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.cc108 auto config_path = common::GetEnv(kMindsporeDumpConfig); in IsDumpEnabled() local
314 std::string config_path = common::GetEnv("MINDSPORE_HCCL_CONFIG_PATH"); in CopyHcclJsonToDir() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dcommon.cc351 static std::string config_path = ""; in GetUserDefineCachePath() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/
Dmodel.cc345 Status Model::LoadConfig(const std::vector<char> &config_path) { in LoadConfig()
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c431 const char *config_path = getenv("INTEL_DUMP_GPU_CONFIG"); in maybe_init() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/model/
Dmodel.cc529 Status Model::LoadConfig(const std::vector<char> &config_path) { in LoadConfig()

12