/external/tensorflow/tensorflow/lite/kernels/ |
D | dequantize.h | 50 reference_ops::Dequantize( in DequantizeImpl() 54 optimized_ops::Dequantize( in DequantizeImpl() 61 reference_integer_ops::Dequantize<int8_t>( in DequantizeImpl() 65 optimized_ops::Dequantize( in DequantizeImpl() 72 reference_integer_ops::Dequantize<int16_t>( in DequantizeImpl() 76 optimized_ops::Dequantize( in DequantizeImpl() 84 reference_ops::Dequantize(GetTensorShape(input), half_data, in DequantizeImpl()
|
D | transpose_conv_test.cc | 306 return Dequantize<uint8_t>(ExtractVector<uint8_t>(output_), in GetDequantizedOutput() 389 return Dequantize<int8_t>(ExtractVector<int8_t>(output_), GetScale(output_), in GetDequantizedOutput() 502 return Dequantize<int16_t>(ExtractVector<int16_t>(output_), in GetDequantizedOutput() 716 return Dequantize<uint8_t>(ExtractVector<uint8_t>(output_), in GetDequantizedOutput() 751 return Dequantize<int8_t>(ExtractVector<int8_t>(output_), GetScale(output_), in GetDequantizedOutput()
|
/external/gemmlowp/meta/ |
D | transform_kernels.h | 30 struct Dequantize { struct 89 class Transform1DKernel<InType, OutType, Dequantize, kernel_size, leftovers> { 91 static void Transform(const InType* in, const Dequantize& params, in Transform() 200 class Transform1DUtil<InType, OutType, Dequantize> { 202 static int EstimateComputeCost(const Dequantize& params) { in EstimateComputeCost() 206 static const InType* OffsetInput(const Dequantize& params, in OffsetInput() 211 static OutType* OffsetOutput(const Dequantize& params, OutType* output, in OffsetOutput()
|
D | transform_kernels_arm_32.h | 3159 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 0>::Transform( in Transform() 3160 const uint8_t* input, const Dequantize& params, float* output) { in Transform() 3220 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 1>::Transform( in Transform() 3221 const uint8_t* input, const Dequantize& params, float* output) { in Transform() 3301 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 2>::Transform( in Transform() 3302 const uint8_t* input, const Dequantize& params, float* output) { in Transform() 3382 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 3>::Transform( in Transform() 3383 const uint8_t* input, const Dequantize& params, float* output) { in Transform() 3465 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 4>::Transform( in Transform() 3466 const uint8_t* input, const Dequantize& params, float* output) { in Transform() [all …]
|
D | transform_kernels_arm_64.h | 3095 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 0>::Transform( in Transform() 3096 const uint8_t* input, const Dequantize& params, float* output) { in Transform() 3154 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 1>::Transform( in Transform() 3155 const uint8_t* input, const Dequantize& params, float* output) { in Transform() 3233 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 2>::Transform( in Transform() 3234 const uint8_t* input, const Dequantize& params, float* output) { in Transform() 3312 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 3>::Transform( in Transform() 3313 const uint8_t* input, const Dequantize& params, float* output) { in Transform() 3393 inline void Transform1DKernel<uint8_t, float, Dequantize, 16, 4>::Transform( in Transform() 3394 const uint8_t* input, const Dequantize& params, float* output) { in Transform() [all …]
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | Dequantize.pbtxt | 2 name: "Dequantize" 47 name: "Dequantize" 93 name: "Dequantize" 139 name: "Dequantize" 192 name: "Dequantize" 252 name: "Dequantize"
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Dequantize.pbtxt | 2 graph_op_name: "Dequantize" 4 name: "quantization.Dequantize"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | Dequantize.pbtxt | 2 name: "Dequantize" 47 name: "Dequantize" 93 name: "Dequantize" 139 name: "Dequantize"
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | quantize_test.cc | 187 xla::Dequantize<uint16>(x, range, "MIN_COMBINED"); in XLA_TEST_F() 197 xla::Dequantize<uint8>(x, range, "MIN_COMBINED"); in XLA_TEST_F() 215 xla::Dequantize<uint8>(x, range, "MIN_COMBINED"); in XLA_TEST_F() 238 xla::Dequantize<uint8>(x, range, "MIN_COMBINED", /*transpose_output=*/true); in XLA_TEST_F() 263 xla::Dequantize<uint8>(x, range, "MIN_COMBINED"); in XLA_TEST_F() 293 xla::Dequantize<uint8>(x, range, "MIN_COMBINED", /*transpose_output=*/true); in XLA_TEST_F() 315 xla::Dequantize<uint8>(x, range, "MIN_COMBINED"); in XLA_TEST_F() 329 xla::Dequantize<uint8>(x, range, "MIN_COMBINED", /*transpose_output=*/true); in XLA_TEST_F()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Dequantize.pbtxt | 2 graph_op_name: "Dequantize" 18 Type of the output tensor. Currently Dequantize supports float and bfloat16. 22 summary: "Dequantize the \'input\' tensor into a float or bfloat16 Tensor." 41 Dequantize on quint8 will take each value, cast to float, and multiply
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | dequantize.cc | 89 reference_ops::Dequantize(data->quantization_params, in Eval() 96 reference_ops::Dequantize(data->quantization_params, in Eval() 103 reference_ops::Dequantize(data->quantization_params, in Eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | quantization_util.cc | 46 optimized_ops::Dequantize(op_params, in DequantizeInput() 52 optimized_ops::Dequantize(op_params, in DequantizeInput()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | dequantize_op_test.cc | 258 ops::Dequantize(root, test::AsTensor<T>(inputs), test::AsScalar<float>(-1.5f), in BM_DequantizeMinCombinedCpu() 260 ops::Dequantize::Attrs().Mode("MIN_COMBINED")); in BM_DequantizeMinCombinedCpu() 302 ops::Dequantize(root, test::AsTensor<T>(inputs), test::AsScalar<float>(-1.5f), in BM_DequantizeBfloat16MinCombinedCpu() 304 ops::Dequantize::Attrs().Dtype(DT_BFLOAT16)); in BM_DequantizeBfloat16MinCombinedCpu()
|
D | meta_support.h | 85 void Dequantize(OpKernelContext* context, const quint8* input, int count,
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Dequantize.pbtxt | 2 graph_op_name: "Dequantize"
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | quantize_nodes_test.cc | 508 Dequantize(root.WithOpName("dequantize_op"), quantized_op, in TestRemoveRedundantQuantization() 539 Dequantize(root.WithOpName("final_dequantize"), quantize_op.output, in TestRemoveRedundantQuantization() 607 Dequantize(root.WithOpName("dequantize_op"), requantize_op.output, in TestRemoveRedundantQuantizationWithBiasAdd() 638 Dequantize(root.WithOpName("final_dequantize"), quantize_op.output, in TestRemoveRedundantQuantizationWithBiasAdd() 733 Dequantize(root.WithOpName("dequantize_op"), requantize_op.output, in TestRemoveRedundantQuantizationWithMultipleOutputs() 764 Dequantize(root.WithOpName("final_dequantize"), quantize_op.output, in TestRemoveRedundantQuantizationWithMultipleOutputs() 970 Dequantize(root.WithOpName("dequantize_op"), requantize_op.output, in TestMergeAdjacentRequantizes() 972 Dequantize::Attrs().Mode("MIN_FIRST")); in TestMergeAdjacentRequantizes() 1005 Output fake_dequantize_op = Dequantize( in TestMergeAdjacentRequantizes() 1008 Dequantize::Attrs().Mode("MIN_FIRST")); in TestMergeAdjacentRequantizes() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | dequantize.h | 26 inline void Dequantize(const tflite::DequantizationParams& op_params, in Dequantize() function
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | xla_dequantize_op.cc | 45 xla::Dequantize<uint8>(input, range, mode_, transpose_output_); in Compile()
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
D | neg_test.cc | 38 return Dequantize<integer_type>(ExtractVector<integer_type>(output_), in GetDequantizedOutput()
|
D | pool_test.cc | 44 return Dequantize<T>(ExtractVector<T>(output_), GetScale(output_), in GetDequantizedOutput()
|
D | softmax_test.cc | 44 return Dequantize<T>(ExtractVector<T>(output_), GetScale(output_), in GetDequantizedOutput()
|
D | l2_norm_test.cc | 53 return Dequantize<T>(ExtractVector<T>(output_), GetScale(output_), in GetDequantizedOutput()
|
D | pad_test.cc | 49 return Dequantize<integer_type>(ExtractVector<integer_type>(output_), in GetDequantizedOutput()
|
/external/tflite-support/tensorflow_lite_support/cc/task/core/ |
D | task_utils.cc | 26 double Dequantize(const TfLiteTensor& tensor, int index) { in Dequantize() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | dequantize.h | 31 inline void Dequantize(const tflite::DequantizationParams& op_params, in Dequantize() function
|