Home
last modified time | relevance | path

Searched defs:eps (Results 1 – 25 of 126) sorted by relevance

123456

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Delementwise_test_util.cc61 const float eps = precision == CalculationsPrecision::F32 ? 5e-5f : 1e-3f; in CosTest() local
112 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-2f; in EluTest() local
140 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 2e-2f; in ExpTest() local
168 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in FloorTest() local
198 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in FloorDivTest() local
232 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in FloorModTest() local
265 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in HardSwishTest() local
292 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in LogTest() local
319 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in NegTest() local
345 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in RsqrtTest() local
[all …]
Dpadding_test_util.cc39 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingAppendWidthTest() local
69 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingPrependWidthTest() local
99 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingAppendHeightTest() local
128 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingPrependHeightTest() local
157 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingAppendChannelsTest() local
186 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingPrependChannelsTest() local
215 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingPrependChannelsX4Test() local
244 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingComplexTest() local
277 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingReflectWidthTest() local
307 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PaddingReflectChannelsTest() local
Dresize_test_util.cc40 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in ResizeBilinearAlignedTest() local
72 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in ResizeBilinearNonAlignedTest() local
105 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in ResizeBilinearWithoutHalfPixelTest() local
137 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in ResizeBilinearWithHalfPixelTest() local
169 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in ResizeNearestTest() local
201 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in ResizeNearestAlignCornersTest() local
233 const float eps = precision == CalculationsPrecision::F32 ? 1e-5f : 1e-2f; in ResizeNearestHalfPixelCentersTest() local
Dreduce_test_util.cc36 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-2f; in MeanHWTest() local
63 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-2f; in ReduceSumChannelsTest() local
90 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-2f; in ReduceProductChannelsTest() local
118 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-2f; in ReduceMaxChannelsTest() local
146 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-2f; in ReduceMinChannelsTest() local
Drelu_test_util.cc39 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ReLUNoClipNoAlphaTest() local
68 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ReLUClipTest() local
97 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ReLUAlphaTest() local
126 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ReLUAlphaClipTest() local
Dconv_powervr_test_util.cc45 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvPowerVR1x1SimpleWeightsTest() local
82 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvPowerVR1x1Test() local
119 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvPowerVRSimpleWeightsTest() local
156 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvPowerVRTest() local
Dsoftmax_test_util.cc37 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in SoftmaxTest() local
77 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in SoftmaxBigNumberTest() local
107 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in Softmax1x1Test() local
146 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in Softmax1x1BigNumberTest() local
Dpooling_test_util.cc42 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in AveragePoolingTest() local
73 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in AveragePoolingNonEmptyPaddingTest() local
105 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in MaxPoolingTest() local
137 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in MaxPoolingIndicesTest() local
Dquantize_and_dequantize_test_util.cc44 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-2f; in QuantAndDequant_Dim2Bits8Test() local
81 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-2f; in QuantAndDequant_Dim3Bits8_NegativeRangeTest() local
117 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in QuantAndDequant_Dim3Bits16Test() local
154 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-2f; in QuantAndDequant_Dim2Bits16_NegativeRangeTest() local
Ddepthwise_conv_test_util.cc45 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in DepthwiseConvSimpleWeightsTest() local
82 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in DepthwiseConvNoMultiplierTest() local
120 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in DepthwiseConvMultiplier2Test() local
Dprelu_test_util.cc42 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PReLUAlphaTest() local
74 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PReLUAlphaClipTest() local
106 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in PReLUHWCAlphaTest() local
Dfully_connected_test_util.cc42 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in FullyConnectedTest() local
88 const float eps = precision == CalculationsPrecision::F32 ? 0.0f : 1.0f; in FullyConnectedLargeTest() local
127 float eps; in FullyConnectedExtraLargeTest() local
Dadd_test_util.cc36 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in AddTwoEqualTensorsTest() local
66 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in AddFirstTensorHasMoreChannelsThanSecondTest() local
97 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in AddFirstTensorHasLessChannelsThanSecond() local
Dconv_buffer_1x1_test_util.cc44 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvBuffer1x1SimpleWeightsTest() local
81 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvBuffer1x1Test() local
Dconvolution_transposed_test_util.cc46 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvolutionTransposedSimpleWeightsTest() local
86 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvolutionTransposedTest() local
Dconvolution_transposed_3x3_thin_test_util.cc45 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvolutionTransposed3x3ThinSimpleWeightsTest() local
83 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvolutionTransposed3x3ThinTest() local
Ddepthwise_conv_3x3_test_util.cc46 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in DepthwiseConv3x3SimpleWeightsTest() local
84 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in DepthwiseConv3x3Test() local
Dconv_constants_test_util.cc45 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvConstantsSimpleWeightsTest() local
82 const float eps = precision == CalculationsPrecision::F32 ? 1e-6f : 1e-3f; in ConvConstantsTest() local
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_stream_test.cc110 double eps, int64_t max_elements, in TestSingleWorkerStreams()
149 const double eps = 0.01; in TEST() local
156 const double eps = 0.01; in TEST() local
163 const double eps = 0.01; in TEST() local
171 const double eps = 0.01; in TEST() local
181 const double eps = 0.01; in TEST() local
189 const double eps = 0.01; in TEST() local
198 int32_t num_workers, double eps, int64_t max_elements, in TestDistributedStreams()
240 const double eps = 0.01; in TEST() local
249 const double eps = 0.01; in TEST() local
[all …]
/external/libcxx/utils/google-benchmark/src/
Dcheck.h74 #define CHECK_FLOAT_EQ(a, b, eps) CHECK(std::fabs((a) - (b)) < (eps)) argument
75 #define CHECK_FLOAT_NE(a, b, eps) CHECK(std::fabs((a) - (b)) >= (eps)) argument
76 #define CHECK_FLOAT_GE(a, b, eps) CHECK((a) - (b) > -(eps)) argument
77 #define CHECK_FLOAT_LE(a, b, eps) CHECK((b) - (a) > -(eps)) argument
78 #define CHECK_FLOAT_GT(a, b, eps) CHECK((a) - (b) > (eps)) argument
79 #define CHECK_FLOAT_LT(a, b, eps) CHECK((b) - (a) > (eps)) argument
/external/google-benchmark/src/
Dcheck.h74 #define CHECK_FLOAT_EQ(a, b, eps) CHECK(std::fabs((a) - (b)) < (eps)) argument
75 #define CHECK_FLOAT_NE(a, b, eps) CHECK(std::fabs((a) - (b)) >= (eps)) argument
76 #define CHECK_FLOAT_GE(a, b, eps) CHECK((a) - (b) > -(eps)) argument
77 #define CHECK_FLOAT_LE(a, b, eps) CHECK((b) - (a) > -(eps)) argument
78 #define CHECK_FLOAT_GT(a, b, eps) CHECK((a) - (b) > (eps)) argument
79 #define CHECK_FLOAT_LT(a, b, eps) CHECK((b) - (a) > (eps)) argument
/external/python/setuptools/setuptools/
D_entry_points.py44 def load(eps): argument
55 def _(eps): argument
82 def render_items(eps): argument
/external/armnn/src/backends/backendsCommon/test/
DInstanceNormalizationEndToEndTestImpl.cpp30 const float eps, in CreateInstanceNormalizationNetwork()
67 const float eps) in InstanceNormalizationEndToEnd()
102 const float eps = 0.0001f; in InstanceNormalizationNhwcEndToEndTest1() local
172 const float eps = 0.0001f; in InstanceNormalizationNchwEndToEndTest1() local
243 const float eps = 0.0001f; in InstanceNormalizationNhwcEndToEndTest2() local
314 const float eps = 0.0001f; in InstanceNormalizationNchwEndToEndTest2() local
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/testing/bitmapverifiers/
DSamplePointWideGamutVerifier.java30 private final float eps; field in SamplePointWideGamutVerifier
32 public SamplePointWideGamutVerifier(Point[] points, Color[] colors, float eps) { in SamplePointWideGamutVerifier()
81 private static boolean floatCompare(float a, float b, float eps) { in floatCompare()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator_test.cc88 const float eps = 1e-6f; in TEST() local
149 const float eps = 1e-6f; in TEST() local
235 const float eps = 1e-6f; in TEST() local
316 const float eps = 1e-6f; in TEST() local
378 const float eps = 1e-6f; in TEST() local
440 const float eps = 1e-6f; in TEST() local
533 const float eps = 1e-6f; in TEST() local
595 const float eps = 1e-6f; in TEST() local

123456