Home
last modified time | relevance | path

Searched defs:pos_inf_count (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/tests/ut/data/dump/gpu_dumps/golden/
Dread_tensors_base_stat_expected.json36 "pos_inf_count": 0, number
75 "pos_inf_count": 5, number
112 "pos_inf_count": 0, number
145 "pos_inf_count": 0, number
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dtensor_summary.h128 const int pos_inf_count() const override { return pos_inf_count_; } in pos_inf_count() function
Ddebug_grpc.proto169 int32 pos_inf_count = 10; field
/third_party/mindspore/mindspore/offline_debug/
Ddbg_services.py731 … neg_zero_count, pos_zero_count, nan_count, neg_inf_count, pos_inf_count, zero_count): argument
1008 def pos_inf_count(self): member in TensorStatData
/third_party/mindspore/mindspore/ccsrc/utils/
Dsummary.proto77 optional int64 pos_inf_count = 3; field
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.h235 int pos_inf_count = 0; member
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.h165 const int pos_inf_count() const { return pos_inf_count_; } in pos_inf_count() function