Home
last modified time | relevance | path

Searched defs:profiling_path (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/options/
Dacl_model_options.h33 std::string profiling_path; member
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/parser/
Dframework_parser.py81 def __init__(self, profiling_path, rank_id, output_path='./'): argument
301 def _search_file(self, profiling_path): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/common/
Dacl_types.h48 std::string profiling_path; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/profiler/
Dascend_profiling.cc69 void AscendProfiler::Init(const std::string &profiling_path, uint32_t device_id, const std::string … in Init()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/profiler/
Dcpu_profiling.cc34 void CPUProfiler::Init(const std::string &profiling_path, uint32_t, const std::string &) { in Init()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/session/
Dsingle_op_session.cc122 std::string profiling_path; in SetCustomAscendOpAttrs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/profiler/
Dgpu_profiling.cc452 void GPUProfiler::Init(const std::string &profiling_path, uint32_t device_id, const std::string &pr… in Init()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Dge_graph_executor.cc679 auto profiling_path = option_id->second; in GetGeSessionOptionsFromAscendContext() local