| /third_party/skia/m133/third_party/externals/harfbuzz/perf/ |
| D | benchmark-set.cc | 10 void RandomSet(unsigned size, unsigned max_value, hb_set_t* out) { in RandomSet() 30 unsigned max_value = state.range(0) * state.range(1); in BM_SetInsert_1000() local 57 unsigned max_value = state.range(0) * state.range(1); in BM_SetOrderedInsert_1000() local 84 unsigned max_value = state.range(0) * state.range(1); in BM_SetLookup() local 110 unsigned max_value = state.range(0) * state.range(1); in BM_SetIteration() local 131 unsigned max_value = state.range(0) * state.range(1); in BM_SetCopy() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/ |
| D | test_ops_clip_func.py | 23 def construct(self, x, min_value, max_value): argument 33 def construct(self, x, min_value, max_value): argument 38 def construct(self, x, min_value, max_value): argument
|
| /third_party/mindspore/mindspore-src/source/tests/st/tensor/ |
| D | test_clamp.py | 25 def construct(self, x, min_value, max_value): argument 30 def construct(self, x, min_value, max_value): argument
|
| D | test_histc.py | 24 def construct(self, x, bins, min_value, max_value): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/ |
| D | quant_dtype_cast_int8.c | 103 int32_t min_value, int32_t max_value) { in Fp32ToInt8_arm64() 181 int32_t min_value, int32_t max_value) { in DoQuantizeFp32ToInt8() 207 … int size, int row_length, int32_t min_value, int32_t max_value) { in Fp32ToInt8Perchannel_arm64() 295 int row_length, int32_t min_value, int32_t max_value) { in DoChannelRowFp32ToInt8() 321 int row_length, int32_t min_value, int32_t max_value) { in DoChannelColFp32ToInt8() 347 int size, int32_t min_value, int32_t max_value) { in DoQuantizeFp32ToInt8FromUint8Source()
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/ops/ |
| D | test_clip_func.py | 40 def construct(self, x, min_value, max_value): argument 51 def construct(self, x1, x2, x3, min_value, max_value): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/ |
| D | quant_dtype_cast_fp16.c | 108 const int32_t max_value = 127; in Fp16ToInt8_arm64() local 235 const int8_t max_value = 127; in DoQuantizeFp16ToInt8() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/nnacl/int8/ |
| D | quant_dtype_cast_int8_test.cc | 43 int32_t min_value, int32_t max_value) { in Fp32ToInt8Util() 273 int32_t max_value = 127; in TEST_F() local 290 int32_t max_value = 127; in TEST_F() local 309 int32_t max_value = 127; in TEST_F() local 328 int32_t max_value = 127; in TEST_F() local 346 int32_t max_value = 127; in TEST_F() local
|
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| D | ftsdfcommon.c | 91 FT_16D16 max_value ) in map_fixed_to_sdf()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/ |
| D | bce_with_logits_loss_fp32_simd.h.in | 39 SIMD_F32 max_value = neg_logits_tmp; variable
|
| D | bce_with_loigts_loss_fp32.c | 31 float max_value = -logits_value; in BCEWithLogitLoss() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-deprecated.h | 106 float max_value; member
|
| D | hb-ot-var.h | 132 float max_value; member
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | hb-ot-deprecated.h | 125 float max_value; member
|
| D | hb-ot-var.h | 132 float max_value; member
|
| /third_party/grpc/src/core/lib/iomgr/ |
| D | socket_utils_posix.cc | 47 int AdjustValue(int default_value, int min_value, int max_value, in AdjustValue()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/ |
| D | arg_max.cc | 154 T1 max_value = input_data_addr[addr_base]; in ArgMaxCompute() local 186 T1 max_value = input_data_addr[addr_base]; in ArgMaxCompute() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | matrix_set_diag_v3.cc | 35 void TrueValueCalAndCheck(const std::vector<int64_t> &x_shape, int64_t max_value) { in TrueValueCalAndCheck() 77 auto max_value = GetValue<int64_t>(max_length_ptr); in MatrixSetDiagV3InferShape() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | bce_with_logits_loss_impl.cu | 80 T max_value = -predict[0]; in operator ()() local 93 half max_value = -predict[0]; in operator ()() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/ |
| D | data_distribution.cc | 55 auto max_value = std::max(fabs(this->real_max_), fabs(this->real_min_)); in UpdateInterval() local 198 double DataDistribution::CalculateScale(float min_value, float max_value) { in CalculateScale()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/int8/ |
| D | swish_int8.cc | 35 int32_t max_value = std::numeric_limits<int8_t>::max(); in CalculateSwishTableList() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/ |
| D | tf_fake_quant_parser.cc | 52 auto max_value = attr_value.tensor().float_val(0); in Parse() local
|
| D | tf_fake_quant_adjust.cc | 38 auto max_value = primitive->GetAttr("max"); in SetQuantParam() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/neon/ |
| D | bce_with_logits_loss_fp32_neon.h | 42 SIMD_F32 max_value = neg_logits_tmp; in BCEWithLogitLossNEON() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/avx/ |
| D | bce_with_logits_loss_fp32_avx.h | 43 SIMD_F32 max_value = neg_logits_tmp; in BCEWithLogitLossAVX() local
|