Searched refs:a_max (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_matmul_op_test.cc | 291 const float a_max = 2006.27f; in TEST_F() local 305 Tensor a_quantized = FloatTensorToQuantized<quint8>(a_float, a_min, a_max); in TEST_F() 330 AddInputFromArray<float>(TensorShape({1}), {a_max}); in TEST_F()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_test.cc | 392 float a_min, a_max; in TEST() local 395 &a_max, &scaling_factor_a); in TEST()
|
/external/toybox/toys/pending/ |
D | bc.c | 1183 int a_max, neg = 0; in bc_num_cmp() local 1197 a_max = (a->rdx > b->rdx); in bc_num_cmp() 1201 if (a_max) { in bc_num_cmp() 1214 if (cmp) return BC_NUM_NEG(cmp, (!a_max) != neg); in bc_num_cmp() 1217 if (max_num[i]) return BC_NUM_NEG(1, (!a_max) != neg); in bc_num_cmp()
|
/external/webp/src/dsp/ |
D | dec_neon.c | 681 const uint8x16_t a_max = vmaxq_u8(a_p1_p0, a_q1_q0); in NeedsHev_NEON() local 682 const uint8x16_t mask = vcgtq_u8(a_max, hev_thresh_v); in NeedsHev_NEON()
|