Home
last modified time | relevance | path

Searched defs:Dequantize (Results 1 – 11 of 11) sorted by relevance

/external/gemmlowp/meta/
Dtransform_kernels.h30 struct Dequantize { struct
31 float range_min;
32 float range_offset;
33 float range_scale;
34 int count;
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Ddequantize.h25 inline void Dequantize(const tflite::DequantizationParams& op_params, in Dequantize() function
/external/tensorflow/tensorflow/core/kernels/
Dquantize_op_test.cc364 TEST_F(QuantizedOpTest, Dequantize) { in TEST_F() argument
Dmeta_support.cc292 void Dequantize(OpKernelContext* tf_context, const quint8* input, int count, in Dequantize() function
/external/gemmlowp/doc/
Dquantization_example.cc144 void Dequantize(const QuantizationParams& qparams, in Dequantize() function
/external/gemmlowp/meta/generators/
Dtransform_kernels_common.py375 class Dequantize(BaseTransform): class
/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.h59 inline std::vector<float> Dequantize(const std::vector<T>& data, float scale, in Dequantize() function
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc2182 class Dequantize class
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h777 inline void Dequantize(const uint8* input_data, const Dims<4>& input_dims, in Dequantize() function
Dreference_ops.h2865 inline void Dequantize(const tflite::DequantizationParams& op_params, in Dequantize() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go34336 func Dequantize(scope *Scope, input tf.Output, min_range tf.Output, max_range tf.Output, optional .… func