Searched defs:x_max (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_mul_op_test.cc | 54 Output x_max = Const(root.WithOpName("x_max"), x_max_value); in TestMul() local 146 Output x_max = Const(root.WithOpName("x_max"), 1.0f); in TimeMul() local
|
D | quantized_add_op_test.cc | 54 Output x_max = Const(root.WithOpName("x_max"), x_max_value); in TestAdd() local 146 Output x_max = Const(root.WithOpName("x_max"), 1.0f); in TimeAdd() local
|
D | quantized_instance_norm_test.cc | 83 void Expect(const Tensor& input, float x_min, float x_max, in Expect()
|
D | sample_distorted_bounding_box_op.cc | 313 const int32 x_max = static_cast<int32>(boxes(b, 3) * width); in Compute() local
|
/external/freetype/src/sfnt/ |
D | ttcolr.c | 309 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 352 const float32x4_t x_max = vmaxq_f32(x_min, min_input); in vpowq_f32() local
|
D | aec_core_sse2.c | 335 const __m128 x_max = _mm_max_ps(x_min, *((__m128*)min_input)); in mm_pow_ps() local
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |