Home
last modified time | relevance | path

Searched defs:neg_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.json35 "neg_inf_count": 0, number
74 "neg_inf_count": 3, number
111 "neg_inf_count": 0, number
144 "neg_inf_count": 0, number
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dtensor_summary.h127 const int neg_inf_count() const override { return neg_inf_count_; } in neg_inf_count() function
Ddebug_grpc.proto168 int32 neg_inf_count = 9; 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
989 def neg_inf_count(self): member in TensorStatData
/third_party/mindspore/mindspore/ccsrc/utils/
Dsummary.proto78 optional int64 neg_inf_count = 4; field
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.h234 int neg_inf_count = 0; member
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.h164 const int neg_inf_count() const { return neg_inf_count_; } in neg_inf_count() function