Home
last modified time | relevance | path

Searched refs:set_runtime_info (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.h53 void set_runtime_info(const std::map<std::string, std::shared_ptr<RuntimeInfo>> &runtime_info) { in set_runtime_info() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc588 data_dumper->set_runtime_info(runtime_info_map); in LaunchDataDump()