Home
last modified time | relevance | path

Searched defs:root_graph_id (Results 1 – 23 of 23) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/data/dump/gpu_dumps/golden/
Dread_tensors_nonexist_node_expected.json9 "root_graph_id": 0, number
27 "root_graph_id": 0, number
45 "root_graph_id": 0, number
Dwatchpoints_expected.json21 "root_graph_id": 0 number
43 "root_graph_id": 0 number
74 "root_graph_id": 0 number
Dread_constant_tensor_expected.json9 "root_graph_id": 0, number
38 "root_graph_id": 0, number
Dread_tensors_base_stat_expected.json9 "root_graph_id": 0, number
48 "root_graph_id": 0, number
87 "root_graph_id": 0, number
124 "root_graph_id": 0, number
Dread_tensors_expected.json9 "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-src/source/tests/st/debugger/golden/
Dsync_watchpoints_expected.json21 "root_graph_id": 0 number
52 "root_graph_id": 0 number
Dasync_watchpoints_expected.json21 "root_graph_id": 0 number
52 "root_graph_id": 0 number
Doverflow_watchpoint_expected.json11 "root_graph_id": 0 number
Dasync_read_tensors_expected.json9 "root_graph_id": 0, number
38 "root_graph_id": 0, number
84 "root_graph_id": 0, number
Dsync_read_tensors_expected.json9 "root_graph_id": 0, number
38 "root_graph_id": 0, number
84 "root_graph_id": 0, number
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.cc120 std::vector<std::uint32_t> root_graph_id; in AddWatchpoint() local
175 std::vector<std::uint32_t> root_graph_id; in AddWatchpoint() local
217 std::vector<unsigned int> root_graph_id; in CheckWatchpoints() local
306 std::vector<unsigned int> root_graph_id; in ReadTensorsUtil() local
Ddbg_services.h78 uint32_t root_graph_id; member
100 uint32_t root_graph_id; member
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/offline_debug/
Ddbg_services.py405 def __init__(self, node_name, slot, iteration, rank_id, root_graph_id, is_output=True): argument
493 def root_graph_id(self): member in TensorInfo
1069 …init__(self, name, slot, condition, watchpoint_id, parameters, error_code, rank_id, root_graph_id): argument
1244 def root_graph_id(self): member in WatchpointHit
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/
Ddebug_services.cc392std::vector<unsigned int> *const root_graph_id, const int exec_order, in SetCheckWatchpointsResult()
425std::vector<unsigned int> *const root_graph_id, const int exec_order, in CheckOutofMemoryandNoValue()
540std::vector<unsigned int> *const root_graph_id, bool error_on_no_value) { in CheckWatchpointsForTensor()
654std::vector<unsigned int> *const root_graph_id, bool error_on_no_value) { in CheckWatchpoints()
1021std::vector<unsigned int> root_graph_id, NPYFilePool *const result_list) { in ConvertReadTensors()
1203uint32_t root_graph_id, const ProcessedNPYFiles &processed_async_files, in GetTensorDataInfoAsync()
1417 void DebugServices::ReadGraphsHistory(uint32_t rank_id, uint32_t root_graph_id) { in ReadGraphsHistory()
1509const unsigned int root_graph_id, const bool is_output, const std::size_t data_size, in AddToTensorData()
1559std::vector<unsigned int> root_graph_id, const std::vector<bool> &is_output, in ReadDumpedTensor()
1609const unsigned int root_graph_id, bool is_output, size_t slot, in ReadFileAndAddToTensor()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebugger.cc360 void Debugger::SetCurrentAndPrevRootGraph(uint32_t root_graph_id) { in SetCurrentAndPrevRootGraph()
1431 …:LoadSingleAnfnode(const AnfNodePtr &anf_node, const size_t output_index, uint32_t root_graph_id) { in LoadSingleAnfnode()
1477 auto root_graph_id = cur_root_graph_id_; in LoadSingleParameterMindRT() local
1519 auto root_graph_id = graph_ptr_->root_graph_id(); in LoadParametersAndConst() local
1546 auto root_graph_id = graph->root_graph_id(); in LoadParametersAndConst() local
1590 auto root_graph_id = graph->root_graph_id(); in LoadConstsForGraph() local
1609 auto root_graph_id = graph_ptr_->root_graph_id(); in LoadGraphOutputs() local
Ddebugger_utils.cc100 uint32_t root_graph_id, const DeviceContext *device_context, const bool trans_flag, in LoadInputs()
156 uint32_t root_graph_id, const DeviceContext *device_context, const bool trans_flag, in LoadOutputs()
272 auto root_graph_id = kernel_graph->root_graph_id(); in ReadDataAndDump() local
Dproto_exporter.cc366 uint32_t root_graph_id = kernel_graph->root_graph_id(); in ExportFuncGraph() local
/third_party/mindspore/mindspore-src/source/tests/st/dump/
Ddump_test_utils.py302 …k_dump_structure(dump_path, json_file_path, num_card, num_graph, num_iteration, root_graph_id=None, argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/
De2e_dump.cc432 uint32_t root_graph_id = debugger->GetCurrentRootGraphId(); in DumpSingleAnfNode() local
491 uint32_t root_graph_id = debugger->GetCurrentRootGraphId(); in DumpSingleParameterNode() local
748 uint32_t root_graph_id = debugger->GetCurrentRootGraphId(); in DumpParametersData() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/
Dtensor_data.h231 void SetRootGraphId(unsigned int root_graph_id) { this->root_graph_id_ = root_graph_id; } in SetRootGraphId()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Dkernel_graph.h194 uint32_t root_graph_id() const { return root_graph_id_; } in root_graph_id() function
195 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-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_device_address.cc424 uint32_t root_graph_id, bool force_update, bool, bool) const { in LoadMemToHost()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_device_address.cc1142 … size_t slot, bool keep_prev, uint32_t root_graph_id, bool force_update, in LoadMemToHost()