Home
last modified time | relevance | path

Searched refs:dequantize (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/
Ddequantize.cc29 namespace dequantize { namespace
115 static TfLiteRegistration r = {dequantize::Init, dequantize::Free, in Register_DEQUANTIZE_OPT()
116 dequantize::Prepare, dequantize::Eval}; in Register_DEQUANTIZE_OPT()
Ddetection_postprocess.cc237 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()
DAndroid.bp54 "dequantize.cc",
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Dequantize.pbtxt4 name: "quantization.dequantize"
7 name: "dequantize"
/external/tensorflow/tensorflow/contrib/quantization/python/
Darray_ops.py23 from tensorflow.python.ops.gen_array_ops import dequantize
/external/tensorflow/tensorflow/contrib/quantization/
D__init__.py28 from tensorflow.python.ops.gen_array_ops import dequantize
/external/tensorflow/tensorflow/python/ops/
Dquantized_ops_test.py54 op = array_ops.dequantize(x, x_min, x_max, mode="MIN_FIRST")
Ddequantize_op_test.py37 dequantized = array_ops.dequantize(input_op, min_range, max_range)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.quantization.pbtxt4 name: "dequantize"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.quantization.pbtxt4 name: "dequantize"
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
Dfused_conv2d_bias_activation_op_test_base.py693 _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/
Dquantized_ops_test.py93 transposed_quantized_output = xla.dequantize(packed_input, 0.0, 255.0,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Dequantize.pbtxt86 Now we can dequantize the elements of our tensor:
Dapi_def_QuantizeAndDequantizeV2.pbtxt6 Tensor to quantize and then dequantize.
/external/tensorflow/tensorflow/lite/
Dtflite_static.bp59 "kernels/dequantize.cc",
/external/gemmlowp/meta/generators/
Dtransform_kernels_common.py570 dequantize = Dequantize(cc_emitter, asm_emitter)
582 dequantize.SpecializeTransform1DKernel('uint8_t', 'float', shape[0],
/external/libvpx/libvpx/vp8/common/x86/
Didctllm_sse2.asm141 ; dequantize qcoeff buffer
473 ; dequantize qcoeff buffer
/external/libvpx/libvpx/vp8/
Dvp8_common.mk21 VP8_COMMON_SRCS-yes += common/dequantize.c
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py421 dequantize = gen_xla_ops.xla_dequantize variable
/external/tensorflow/tensorflow/python/kernel_tests/
Ddepthtospace_op_test.py284 t = gen_array_ops.dequantize(t, -128, 127)
Dspacetodepth_op_test.py274 t = gen_array_ops.dequantize(t, -128, 127)
/external/libvpx/
DAndroid.bp22 "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/
DBUILD186 "graph_transformations/dequantize.cc",
Dtoco_flags.proto173 // Store weights as quantized weights followed by dequantize operations.
/external/tensorflow/tensorflow/lite/kernels/internal/
DBUILD320 "reference/integer_ops/dequantize.h",

12