Searched defs:watchpoint_id (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/tests/ut/data/dump/gpu_dumps/golden/ |
D | watchpoints_expected.json | 7 "watchpoint_id": 1, number 29 "watchpoint_id": 2, number 51 "watchpoint_id": 3, number
|
/third_party/mindspore/mindspore/offline_debug/ |
D | dbg_services.py | 129 def add_watchpoint(self, watchpoint_id, watch_condition, check_node_list, parameter_list): argument 170 def remove_watchpoint(self, watchpoint_id): argument 1055 …def __init__(self, name, slot, condition, watchpoint_id, parameters, error_code, rank_id, root_gra… argument 1132 def watchpoint_id(self): member in WatchpointHit
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/ |
D | dbg_services.cc | 171 std::vector<unsigned int> watchpoint_id; in CheckWatchpoints() local
|
D | dbg_services.h | 73 uint32_t watchpoint_id; member
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | debug_services.cc | 429 …std::vector<unsigned int> *const watchpoint_id, std::vector<std::vector<parameter_t>> *const param… in CheckWatchpoints() 502 …std::vector<unsigned int> *const watchpoint_id, std::vector<std::vector<parameter_t>> *const param… in SortWatchpointsInfo()
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debugger.cc | 1101 std::vector<unsigned int> watchpoint_id; in CheckWatchpoints() local
|