/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | pooling_test.cc | 100 std::initializer_list<T> input_data, const float input_min, in TestAveragePoolingQuantized() 242 std::initializer_list<T> input_data, float input_min, in TestMaxPoolQuantized() 342 const float input_min = -15.9375; in TF_LITE_MICRO_TEST() local 376 const float input_min = -15.9375; in TF_LITE_MICRO_TEST() local 401 const float input_min = -15.9375; in TF_LITE_MICRO_TEST() local 427 const float input_min = -15.9375; in TF_LITE_MICRO_TEST() local 452 const float input_min = -15.9375; in TF_LITE_MICRO_TEST() local 477 const float input_min = -15.9375; in TF_LITE_MICRO_TEST() local 658 float input_min = 0; in TF_LITE_MICRO_TEST() local 691 float input_min = -15.9375; in TF_LITE_MICRO_TEST() local [all …]
|
D | mul_test.cc | 99 const float input_min, const float input_max, in TestMulQuantized() 178 const float input_min = -1; in TF_LITE_MICRO_TEST() local 212 const float input_min = -100; in TF_LITE_MICRO_TEST() local 249 const float input_min = -3.0; in TF_LITE_MICRO_TEST() local 284 const float input_min = -1; in TF_LITE_MICRO_TEST() local 318 const float input_min = -100; in TF_LITE_MICRO_TEST() local 354 const float input_min = -3.0; in TF_LITE_MICRO_TEST() local
|
D | fully_connected_test.cc | 99 const int* input_dims_data, const T* input_data, const float input_min, in TestFullyConnectedQuantized() 264 const float input_min = -63.5f; in TF_LITE_MICRO_TEST() local 330 const float input_min = -63.5f; in TF_LITE_MICRO_TEST() local 395 const float input_min = -63.5f; in TF_LITE_MICRO_TEST() local 460 const float input_min = -63.5f; in TF_LITE_MICRO_TEST() local 525 const float input_min = -127.0f; in TF_LITE_MICRO_TEST() local 590 const float input_min = -127.0f; in TF_LITE_MICRO_TEST() local 682 const float input_min = -63.5f; in TF_LITE_MICRO_TEST() local 747 const float input_min = -63.5f; in TF_LITE_MICRO_TEST() local 813 const float input_min = -127.0f; in TF_LITE_MICRO_TEST() local [all …]
|
D | softmax_test.cc | 90 float input_min, float input_max, in TestSoftmaxQuantized() 157 std::initializer_list<int8_t> input_data, float input_min, float input_max, in TestSoftmaxQuantizedSigned() 256 const float input_min = -63.5f; in TF_LITE_MICRO_TEST() local 288 const float input_min = -63.5f; in TF_LITE_MICRO_TEST() local
|
D | concatenation_test.cc | 90 std::initializer_list<uint8_t> input2_data, float input_min, in TestConcatenateQuantizedTwoInputs() 200 const float input_min = -12.7f; in TF_LITE_MICRO_TEST() local
|
D | prelu_test.cc | 87 float input_min, float input_max, in TestPreluQuantized()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_activation_ops_test.cc | 45 const float input_min = -128.0f; in TEST_F() local 76 const float input_min = -128.0f; in TEST_F() local
|
D | quantized_pooling_ops_test.cc | 51 const float input_min = 0.0f; in TEST_F() local 96 const float input_min = 0.0f; in TEST_F() local
|
D | quantized_bias_add_op_test.cc | 51 const float input_min = 0.0f; in TEST_F() local 101 const float input_min = -2164.25f; in TEST_F() local
|
D | quantization_utils.cc | 20 void GetOutputMinAndMaxForQuantizedAdd(float input_min, float input_max, in GetOutputMinAndMaxForQuantizedAdd()
|
D | quantization_utils_test.cc | 34 void TestRequantizeMany(Eigen::ThreadPoolDevice* eigen_device, float input_min, in TestRequantizeMany() 76 void TestRequantizeMany8To32Bit(float input_min, float input_max, in TestRequantizeMany8To32Bit() 230 const float input_min = ranges[range_index][0]; in TestRequantizeManyInNewRangeEigenVsNonEigen() local 282 const float input_min = -100.0f; in TimeRequantizeManyInNewRange() local 525 const float input_min = ranges[range_index][0]; in TestRequantizeInNewRange() local 547 const float input_min = -0.739539f; in TestRequantizeInNewRangeRealData() local 582 const float input_min = ranges[range_index][0]; in TestRequantizeInNewRange32To8Bit() local 625 const float input_min = 0.0f; in TestFloatTensorToQuantized() local 655 const float input_min = 0.0f; in TestOverflowWithEigen() local 678 const float input_min = -128.0f; in TestQuantizedTensorToFloat() local
|
D | mkl_quantized_pooling_ops_test.cc | 81 const float input_min = 0.0f; in TEST_F() local 150 const float input_min = 0.0f; in TEST_F() local
|
D | quantized_batch_norm_op.cc | 31 void ReferenceBatchNorm(const Tensor& input, const float input_min, in ReferenceBatchNorm() 94 void FixedPointBatchNorm(const Tensor& input, const float input_min, in FixedPointBatchNorm() 176 const float input_min = context->input(1).flat<float>()(0); in Compute() local
|
D | quantized_bias_add_op.cc | 41 const float input_min = context->input(2).flat<float>()(0); in Compute() local
|
D | quantized_batch_norm_op_test.cc | 60 const float input_min = -128.0f; in TEST_F() local 157 const float input_min = -128.0f; in TEST_F() local
|
D | quantize_and_dequantize_op.h | 167 auto input_min = input_min_tensor->scalar<T>(); in Compute() local 208 auto input_min = input_min_tensor->vec<T>(); in Compute() local
|
D | quantized_concat_op.cc | 41 const float input_min = (*input_min_and_max)[input_index].first; in Copy() local 87 const float input_min = input_mins[i].flat<float>()(0); in CalculateInputAndOutputRange() local
|
D | mkl_requantization_range_per_channel_op.cc | 46 const Tensor& input_min = ctx->input(kInputMinIndex); in Compute() local
|
D | meta_support.cc | 257 float input_min, float input_max, float output_min, in Requantize() 348 float input_min, float input_max, float bias_min, in QuantizedBiasAdd()
|
D | mkl_concat_op.cc | 63 const float input_min = (*input_min_and_max)[input_index].first; in Copy() local 107 const float input_min = input_mins[i].flat<float>()(0); in CalculateInputAndOutputRange() local 558 float input_min = input_mins[0].flat<float>()(0); in Compute() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | fake_quantize_ops.cc | 89 xla::XlaBuilder* b, xla::XlaOp input, xla::XlaOp input_min, in BuildFakeQuantCustomCall() 190 float input_min, input_max, scale; in FakeQuantWithMinMaxArgsGradOp() local 243 xla::XlaOp input_min = ctx->Input(1); in Compile() local 296 xla::XlaOp input_min = ctx->Input(2); in Compile() local
|
/external/tensorflow/tensorflow/core/graph/ |
D | quantize_training.cc | 54 float input_min; member 80 bool* range_given, float* input_min, float* input_max) { in FindType() 504 std::vector<Node*>* added_variables, Node** input_min, in MakeInputMinMax() 540 Node* input_min; in MakeQuantizeOp() local 634 float input_min = 0; in DoQuantizeTraining() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | fake_quant_ops_test.py | 82 def _TestOp(self, input_min, input_max, num_bits, narrow_range, argument 180 def _TestOp(self, input_min, input_max, num_bits, narrow_range, argument 281 def _TestOp(self, input_min, input_max, num_bits, narrow_range, argument 386 def _TestOp(self, input_min, input_max, num_bits, narrow_range, argument
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | activations_test.cc | 314 void TestQuantizedHardSwish(TensorType tensor_type, int size, float input_min, in TestQuantizedHardSwish() 346 void TestQuantizedHardSwishBias(TensorType tensor_type, float input_min, in TestQuantizedHardSwishBias() 411 float input_min = input_minmax.first; in TEST() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | pin_to_host_optimizer_test.cc | 111 Output input_min = ops::Const(s.WithOpName("input_min"), 0.0f); in TEST_F() local
|