/external/tensorflow/tensorflow/core/kernels/ |
quantized_concat_op.cc | 35 float output_min, float output_max) 37 output_max(output_max), 43 if (input_min == output_min && input_max == output_max) { 54 FloatToQuantizedStruct<T> f2q(output_min, output_max); 65 float output_max; member in struct:tensorflow::__anon45458::RequantizeCopier 82 float* output_min, float* output_max) { 101 *output_max = largest_value; 104 *output_max = overall_max; 195 float output_max = std::numeric_limits<float>::lowest() variable [all...] |
mkl_concat_op.cc | 425 Tensor* output_max = nullptr; local 431 AllocateOutputSetMklShape(context, 2, &output_max, {}, 436 output_max->flat<float>()(0) = input_maxes[0].flat<float>()(0);
|
quantized_instance_norm.cc | 298 Tensor* output_max = nullptr; variable 299 OP_REQUIRES_OK(context, context->allocate_output(2, {}, &output_max)); 345 output_max->scalar<float>()() = maximum; 392 output_max->flat<float>()(0) = normed_max();
|
mkl_avgpooling_op.cc | 543 Tensor* output_max = nullptr; variable 549 AllocateOutputSetMklShape(context, 2, &output_max, {}, 552 output_max->flat<float>()(0) = max_input;
|
quantized_conv_ops.cc | 577 Tensor* output_max = nullptr; variable 578 OP_REQUIRES_OK(context, context->allocate_output(2, {}, &output_max)); 579 output_max->flat<float>()(0) = max_output_value;
|
mkl_maxpooling_op.cc | 620 Tensor* output_max = nullptr; variable 626 AllocateOutputSetMklShape(context, 2, &output_max, {}, 629 output_max->flat<float>()(0) = max_input; [all...] |
quantization_utils_test.cc | 35 float input_max, float output_min, float output_max, 44 output_min, output_max)); 55 input_max, output_min, output_max, 59 *eigen_device, i_tensor, input_min, input_max, output_min, output_max, 72 << ", output_max=" << output_max << ", value_index=" << value_index; 77 float output_min, float output_max, 86 output_min, output_max)); 96 input_max, output_min, output_max, 108 << ", output_max=" << output_max << ", value_index=" << value_index 233 const float output_max = ranges[range_index][3]; local 285 const float output_max = 1000000.0f; local 528 const float output_max = ranges[range_index][3]; local 541 << ", output_max=" << output_max; local 550 const float output_max = 2207.6f; local 585 const float output_max = ranges[range_index][3]; local 598 << ", output_min=" << output_min << ", output_max=" << output_max; local [all...] |
mkl_conv_ops.cc | 1565 Tensor* output_max = nullptr; variable [all...] |