/third_party/mindspore/tests/ut/data/dump/gpu_dumps/golden/ |
D | read_tensors_nonexist_node_expected.json | 9 "root_graph_id": 0, number 27 "root_graph_id": 0, number 45 "root_graph_id": 0, number
|
D | watchpoints_expected.json | 21 "root_graph_id": 0 number 43 "root_graph_id": 0 number 74 "root_graph_id": 0 number
|
D | read_tensors_base_stat_expected.json | 9 "root_graph_id": 0, number 48 "root_graph_id": 0, number 87 "root_graph_id": 0, number 124 "root_graph_id": 0, number
|
D | read_tensors_expected.json | 9 "root_graph_id": 0, number 38 "root_graph_id": 0, number 84 "root_graph_id": 0, number 215 "root_graph_id": 0, number 260 "root_graph_id": 0, number
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/ |
D | dbg_services.cc | 94 std::vector<std::uint32_t> root_graph_id; in AddWatchpoint() local 140 std::vector<std::uint32_t> root_graph_id; in AddWatchpoint() local 176 std::vector<unsigned int> root_graph_id; in CheckWatchpoints() local 238 std::vector<unsigned int> root_graph_id; in ReadTensorsUtil() local
|
D | dbg_services.h | 77 uint32_t root_graph_id; member 99 uint32_t root_graph_id; member
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | debug_services.cc | 270 …std::vector<unsigned int> *const device_id, std::vector<unsigned int> *const root_graph_id, const … in SetCheckWatchpointsResult() 298 …std::vector<unsigned int> *const device_id, std::vector<unsigned int> *const root_graph_id, const … in ProcessCheckpointsOutofMemory() 325 std::vector<unsigned int> *const device_id, std::vector<unsigned int> *const root_graph_id) { in CheckWatchpointsForTensor() 433 std::vector<unsigned int> *const root_graph_id) { in CheckWatchpoints() 509 std::vector<unsigned int> *const root_graph_id) { in SortWatchpointsInfo() 727 std::vector<unsigned int> root_graph_id, in ConvertReadTensors() 811 … uint32_t root_graph_id, const std::vector<std::string> &async_file_pool, in GetTensorDataInfoAsync() 857 … const unsigned int root_graph_id, const bool is_output, const std::size_t data_size, in AddToTensorData() 929 … std::vector<unsigned int> root_graph_id, const std::vector<bool> &is_output, in ReadDumpedTensor() 963 … const unsigned int root_graph_id, const bool &is_output, size_t slot, in ReadFileAndAddToTensor() [all …]
|
D | tensor_data.h | 238 void SetRootGraphId(unsigned int root_graph_id) { this->root_graph_id_ = root_graph_id; } in SetRootGraphId()
|
/third_party/mindspore/mindspore/offline_debug/ |
D | dbg_services.py | 391 def __init__(self, node_name, slot, iteration, rank_id, root_graph_id, is_output=True): argument 479 def root_graph_id(self): member in TensorInfo 1055 …init__(self, name, slot, condition, watchpoint_id, parameters, error_code, rank_id, root_graph_id): argument 1230 def root_graph_id(self): member in WatchpointHit
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | kernel_graph.h | 146 uint32_t root_graph_id() const { return root_graph_id_; } in root_graph_id() function 147 void set_root_graph_id(uint32_t root_graph_id) { root_graph_id_ = root_graph_id; } in set_root_graph_id()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_stream_assign.cc | 834 auto root_graph_id = graph_ptr->graph_id(); in InsertStreamActiveForParallel() local 895 auto root_graph_id = graph_ptr->graph_id(); in ActiveOtherGraphParallel() local 1068 auto root_graph_id = graph_ptr->graph_id(); in InsertStreamActiveForIndependent() local 1803 auto root_graph_id = graph_ptr->graph_id(); in GetNeedActiveStreams() local
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | proto_exporter.cc | 355 uint32_t root_graph_id = static_cast<session::KernelGraph *>(func_graph.get())->root_graph_id(); in ExportFuncGraph() local
|