/external/tensorflow/tensorflow/lite/kernels/ |
D | dequantize.cc | 29 namespace dequantize { namespace 115 static TfLiteRegistration r = {dequantize::Init, dequantize::Free, in Register_DEQUANTIZE_OPT() 116 dequantize::Prepare, dequantize::Eval}; in Register_DEQUANTIZE_OPT()
|
D | detection_postprocess.cc | 237 Dequantizer dequantize(quant_zero_point, quant_scale); in DequantizeBoxEncodings() local 238 box_centersize->y = dequantize(boxes[0]); in DequantizeBoxEncodings() 239 box_centersize->x = dequantize(boxes[1]); in DequantizeBoxEncodings() 240 box_centersize->h = dequantize(boxes[2]); in DequantizeBoxEncodings() 241 box_centersize->w = dequantize(boxes[3]); in DequantizeBoxEncodings() 652 Dequantizer dequantize(quant_zero_point, quant_scale); in DequantizeClassPredictions() local 655 scores->data.f[idx] = dequantize(scores_quant[idx]); in DequantizeClassPredictions()
|
D | Android.bp | 54 "dequantize.cc",
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Dequantize.pbtxt | 4 name: "quantization.dequantize" 7 name: "dequantize"
|
/external/tensorflow/tensorflow/contrib/quantization/python/ |
D | array_ops.py | 23 from tensorflow.python.ops.gen_array_ops import dequantize
|
/external/tensorflow/tensorflow/contrib/quantization/ |
D | __init__.py | 28 from tensorflow.python.ops.gen_array_ops import dequantize
|
/external/tensorflow/tensorflow/python/ops/ |
D | quantized_ops_test.py | 54 op = array_ops.dequantize(x, x_min, x_max, mode="MIN_FIRST")
|
D | dequantize_op_test.py | 37 dequantized = array_ops.dequantize(input_op, min_range, max_range)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.quantization.pbtxt | 4 name: "dequantize"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.quantization.pbtxt | 4 name: "dequantize"
|
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/ |
D | fused_conv2d_bias_activation_op_test_base.py | 693 _NchwVectCToNchw(gen_array_ops.dequantize(conv_input, -128, 127)), 694 _OihwVectIToHwio(gen_array_ops.dequantize(kernel, -128, 127)), 700 gen_array_ops.dequantize(side_input, -128, 127))
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | quantized_ops_test.py | 93 transposed_quantized_output = xla.dequantize(packed_input, 0.0, 255.0,
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Dequantize.pbtxt | 86 Now we can dequantize the elements of our tensor:
|
D | api_def_QuantizeAndDequantizeV2.pbtxt | 6 Tensor to quantize and then dequantize.
|
/external/tensorflow/tensorflow/lite/ |
D | tflite_static.bp | 59 "kernels/dequantize.cc",
|
/external/gemmlowp/meta/generators/ |
D | transform_kernels_common.py | 570 dequantize = Dequantize(cc_emitter, asm_emitter) 582 dequantize.SpecializeTransform1DKernel('uint8_t', 'float', shape[0],
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idctllm_sse2.asm | 141 ; dequantize qcoeff buffer 473 ; dequantize qcoeff buffer
|
/external/libvpx/libvpx/vp8/ |
D | vp8_common.mk | 21 VP8_COMMON_SRCS-yes += common/dequantize.c
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 421 dequantize = gen_xla_ops.xla_dequantize variable
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | depthtospace_op_test.py | 284 t = gen_array_ops.dequantize(t, -128, 127)
|
D | spacetodepth_op_test.py | 274 t = gen_array_ops.dequantize(t, -128, 127)
|
/external/libvpx/ |
D | Android.bp | 22 "libvpx/vp8/common/dequantize.c", 263 "libvpx/vp8/common/dequantize.c", 474 "libvpx/vp8/common/dequantize.c", 626 "libvpx/vp8/common/dequantize.c", 865 "libvpx/vp8/common/dequantize.c",
|
/external/tensorflow/tensorflow/lite/toco/ |
D | BUILD | 186 "graph_transformations/dequantize.cc",
|
D | toco_flags.proto | 173 // Store weights as quantized weights followed by dequantize operations.
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | BUILD | 320 "reference/integer_ops/dequantize.h",
|