Home
last modified time | relevance | path

Searched defs:zero_count (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/tests/ut/data/dump/gpu_dumps/golden/
Dread_tensors_base_stat_expected.json37 "zero_count": 1 number
76 "zero_count": 0 number
113 "zero_count": 0 number
146 "zero_count": 0 number
/third_party/mesa3d/src/asahi/lib/
Dhexdump.h38 unsigned zero_count = 0; in hexdump() local
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dtensor_summary.h129 const int zero_count() const override { return zero_count_; } in zero_count() function
Ddebug_grpc.proto170 int32 zero_count = 11; 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
951 def zero_count(self): member in TensorStatData
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-number-prototype.c489 int zero_count = -point + 1; in ecma_builtin_number_prototype_object_to_string() local
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.h236 int zero_count = 0; member
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.h166 const int zero_count() const { return zero_count_; } in zero_count() function