Home
last modified time | relevance | path

Searched refs:out_min (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DQuantizedResizeBilinear.pbtxt24 name: "out_min"
73 name: "out_min"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DQuantizedResizeBilinear.pbtxt24 name: "out_min"
73 name: "out_min"
/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm_test.cc112 float out_min = outputs[1].flat<float>()(0); in Expect() local
114 float out_scale = (out_max - out_min) / 255.0f; in Expect()
117 (expected.flat<float>() - (out_min + out_scale * out.cast<float>())) in Expect()
Dquantized_instance_norm.cc199 const float32x4_t out_min = vdupq_n_f32(minimum); in InstanceNorm() local
235 vcvtq_s32_f32(vmulq_n_f32(vsubq_f32(normed, out_min), out_scale)); in InstanceNorm()
Dquantized_resize_bilinear_op.cc720 Tensor* out_min = nullptr; in Compute() local
721 OP_REQUIRES_OK(context, context->allocate_output(1, {}, &out_min)); in Compute()
722 out_min->flat<float>()(0) = in_min; in Compute()
Dquantization_utils_test.cc161 const float out_min = -29.1234; in TestRequantizeManyInNewRange32To8Bit() local
166 qint32 low = FloatToQuantized<qint32>(out_min, in_min, in_max); in TestRequantizeManyInNewRange32To8Bit()
171 TestRequantizeMany(eigen_device, in_min, in_max, out_min, out_max, vals); in TestRequantizeManyInNewRange32To8Bit()
Dquantized_resize_bilinear_op_test.cc215 {qrb.resized_images, qrb.out_min, qrb.out_max}, in TestResizeBilinear()
/external/eigen/unsupported/test/
Dcxx11_tensor_argmax_cuda.cu28 Tensor<DenseIndex, 1, Layout> out_min(Eigen::array<DenseIndex, 1>(1)); in test_cuda_simple_argmax() local
57 …assert(cudaMemcpyAsync(out_min.data(), d_out_min, out_bytes, cudaMemcpyDeviceToHost, gpu_device.st… in test_cuda_simple_argmax()
61 VERIFY_IS_EQUAL(out_min(Eigen::array<DenseIndex, 1>(0)), 0); in test_cuda_simple_argmax()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h598 Status GetWeightRange(const TRT_ShapedWeights& weights, float* out_min,
Dconvert_nodes_test.cc770 Status GetWeightRange(const TRT_ShapedWeights& weights, float* out_min, in GetWeightRange() argument
772 return converter_->GetWeightRange(weights, out_min, out_max); in GetWeightRange()
1060 float out_min = 0.0f; in TestGetWeightRange() local
1062 TF_EXPECT_OK(test->GetWeightRange(weights, &out_min, &out_max)); in TestGetWeightRange()
1063 EXPECT_EQ(1.0f, out_min); in TestGetWeightRange()
Dconvert_nodes.cc1630 float* out_min, float* out_max) const { in GetWeightRange() argument
1635 *out_min = *result.first; in GetWeightRange()
1642 *out_min = Eigen::half_impl::half_to_float(*result.first); in GetWeightRange()
1649 *out_min = static_cast<float>(*result.first); in GetWeightRange()
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt50004 name: "out_min"
50053 name: "out_min"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go20765 …put, optional ...QuantizedResizeBilinearAttr) (resized_images tf.Output, out_min tf.Output, out_ma…
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt34086 name: "out_min"