Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.cc112 std::string config_path; in GetOpDebugPath() local
182 std::string config_path; in GenSocInfo() local
199 auto config_path = TbeUtils::GetOpDebugPath(); in SaveJsonInfo() local
222 auto config_path = TbeUtils::GetOpDebugPath(); in LoadCache() local
394 auto config_path = TbeUtils::GetOpDebugPath(); in GetCompileInfo() local
420 auto config_path = TbeUtils::GetOpDebugPath(); in SaveCompileInfo() local
508 auto config_path = TbeUtils::GetOpDebugPath(); in GetKernelPack() 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/jsoncpp/devtools/
Dbatchbuild.py111 def load_build_variants_from_config(config_path): argument
/third_party/cef/libcef/common/
Dcrash_reporter_client.cc68 PathString config_path = module_path; in GetCrashConfigPath() local
358 PathString config_path = GetCrashConfigPath(); in ReadCrashConfigFile() local
/third_party/flutter/skia/gn/
Dgn_to_bp.py458 def write_config(config_path, defines, platform): argument
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.cc64 auto config_path = common::GetEnv(kMindsporeDumpConfig); in IsDumpEnabled() local
162 std::string config_path = common::GetEnv("MINDSPORE_HCCL_CONFIG_PATH"); in CopyHcclJsonToDir() local
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel.cc189 Status Model::LoadConfig(const std::string &config_path) { in LoadConfig()
Dmodel_impl.cc182 Status ModelImpl::LoadConfig(const std::string &config_path) { in LoadConfig()
/third_party/boost/libs/config/tools/
Dgenerate.cpp25 fs::path config_path; variable
/third_party/gstreamer/gstplugins_bad/ext/wildmidi/
Dgstwildmididec.c252 gchar *config_path = gst_wildmidi_get_config_path (); in gst_wildmidi_init_library() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_build_ascend.cc114 auto config_path = TbeUtils::GetOpDebugPath(); in KernelBuildParallelCompile() local
/third_party/glib/gio/
Dgtestdbus.c603 gchar *config_path; in start_daemon() local
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c437 const char *config_path = getenv("INTEL_DUMP_GPU_CONFIG"); in maybe_init() local
/third_party/mesa3d/src/intel/perf/
Dintel_perf.c292 char config_path[280]; in intel_perf_load_metric_id() local
/third_party/python/PC/
Dlauncher.c1004 read_config_file(wchar_t * config_path) in read_config_file()