Home
last modified time | relevance | path

Searched defs:out_min (Results 1 – 7 of 7) sorted by relevance

/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
/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm_test.cc112 float out_min = outputs[1].flat<float>()(0); in Expect() local
Dquantized_instance_norm.cc199 const float32x4_t out_min = vdupq_n_f32(minimum); in InstanceNorm() local
Dquantization_utils_test.cc161 const float out_min = -29.1234; in TestRequantizeManyInNewRange32To8Bit() local
Dquantized_resize_bilinear_op.cc720 Tensor* out_min = nullptr; in Compute() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc770 Status GetWeightRange(const TRT_ShapedWeights& weights, float* out_min, in GetWeightRange()
1060 float out_min = 0.0f; in TestGetWeightRange() local
Dconvert_nodes.cc1630 float* out_min, float* out_max) const { in GetWeightRange()