/external/tensorflow/tensorflow/python/ops/ |
D | quantized_ops_test.py | 42 x_max = 255.0 43 op = array_ops.quantize(x, x_min, x_max, dtypes.quint8, mode="MIN_FIRST") 53 x_max = 255.0 54 op = array_ops.dequantize(x, x_min, x_max, mode="MIN_FIRST")
|
/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 67 QuantizedMul(root.WithOpName("mul"), x, y, x_min, x_max, y_min, y_max); in TestMul() 146 Output x_max = Const(root.WithOpName("x_max"), 1.0f); in TimeMul() local 155 x_max, y_min, y_max); in TimeMul()
|
D | quantized_add_op_test.cc | 54 Output x_max = Const(root.WithOpName("x_max"), x_max_value); in TestAdd() local 67 x_max, y_min, y_max); in TestAdd() 146 Output x_max = Const(root.WithOpName("x_max"), 1.0f); in TimeAdd() local 155 y, x_min, x_max, y_min, y_max); in TimeAdd()
|
D | quantized_instance_norm_test.cc | 83 void Expect(const Tensor& input, float x_min, float x_max, in Expect() argument 91 root, input_ph, x_min, x_max, in Expect() 107 ReferenceImpl(input.flat<quint8>().data(), x_min, x_max, input.shape(), in Expect()
|
D | sample_distorted_bounding_box_op.cc | 313 const int32 x_max = static_cast<int32>(boxes(b, 3) * width); in Compute() local 316 bounding_boxes.push_back(Rectangle(x_min, y_min, x_max, y_max)); in Compute()
|
/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 313 x_max = FT_MAX( dstSlot->bitmap_left + (FT_Int)dstSlot->bitmap.width, in tt_face_colr_blend_layer() 321 x_max != dstSlot->bitmap_left + (FT_Int)dstSlot->bitmap.width || in tt_face_colr_blend_layer() 327 FT_UInt width = (FT_UInt)( x_max - x_min ); in tt_face_colr_blend_layer()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizedInstanceNorm.pbtxt | 16 name: "x_max"
|
D | api_def_DrawBoundingBoxes.pbtxt | 27 bounding box in `boxes` are encoded as `[y_min, x_min, y_max, x_max]`. The
|
D | api_def_SampleDistortedBoundingBoxV2.pbtxt | 105 Bounding boxes are supplied and returned as `[y_min, x_min, y_max, x_max]`. The
|
D | api_def_SampleDistortedBoundingBox.pbtxt | 105 Bounding boxes are supplied and returned as `[y_min, x_min, y_max, x_max]`. The
|
/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 355 const float32x4_t x_minus_half = vsubq_f32(x_max, half); in vpowq_f32() 365 const float32x4_t y = vsubq_f32(x_max, vcvtq_f32_s32(x_minus_half_floor)); in vpowq_f32()
|
D | aec_core_sse2.c | 335 const __m128 x_max = _mm_max_ps(x_min, *((__m128*)min_input)); in mm_pow_ps() local 339 const __m128 x_minus_half = _mm_sub_ps(x_max, *((__m128*)half)); in mm_pow_ps() 350 const __m128 y = _mm_sub_ps(x_max, _mm_cvtepi32_ps(x_minus_half_floor)); in mm_pow_ps()
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 1642 SKC_RASTERIZE_FLOAT const x_max = ceil (fmax(n0x,n1x) * SKC_SUBPIXEL_X_SCALE_DOWN); 1643 SKC_RASTERIZE_FLOAT const x_base = x_lt ? x_min : x_max; 1644 SKC_RASTERIZE_FLOAT const x_segs = fmax(x_max - x_min,1.0f);
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 1642 SKC_RASTERIZE_FLOAT const x_max = ceil (fmax(n0x,n1x) * SKC_SUBPIXEL_X_SCALE_DOWN); 1643 SKC_RASTERIZE_FLOAT const x_base = x_lt ? x_min : x_max; 1644 SKC_RASTERIZE_FLOAT const x_segs = fmax(x_max - x_min,1.0f);
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2477 …argspec: "args=[\'x\', \'x_min\', \'x_max\', \'output_range_given\', \'given_y_min\', \'given_y_ma…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2477 …argspec: "args=[\'x\', \'x_min\', \'x_max\', \'output_range_given\', \'given_y_min\', \'given_y_ma…
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 2662 func QuantizedInstanceNorm(scope *Scope, x tf.Output, x_min tf.Output, x_max tf.Output, optional ..… 2673 x, x_min, x_max,
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 21338 name: "x_max"
|
D | ops_history.v2.pbtxt | 49611 name: "x_max" 49686 name: "x_max"
|
D | ops_history.v1.pbtxt | 50194 name: "x_max" 50269 name: "x_max"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 25462 name: "x_max"
|