/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | elementwise_test_util.cc | 61 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 …]
|
D | padding_test_util.cc | 39 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
|
D | resize_test_util.cc | 40 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
|
D | reduce_test_util.cc | 36 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
|
D | relu_test_util.cc | 39 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
|
D | conv_powervr_test_util.cc | 45 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
|
D | softmax_test_util.cc | 37 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
|
D | pooling_test_util.cc | 42 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
|
D | quantize_and_dequantize_test_util.cc | 44 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
|
D | depthwise_conv_test_util.cc | 45 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
|
D | prelu_test_util.cc | 42 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
|
D | fully_connected_test_util.cc | 42 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
|
D | add_test_util.cc | 36 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
|
D | conv_buffer_1x1_test_util.cc | 44 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
|
D | convolution_transposed_test_util.cc | 46 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
|
D | convolution_transposed_3x3_thin_test_util.cc | 45 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
|
D | depthwise_conv_3x3_test_util.cc | 46 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
|
D | conv_constants_test_util.cc | 45 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/ |
D | weighted_quantiles_stream_test.cc | 110 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/ |
D | check.h | 74 #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/ |
D | check.h | 74 #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.py | 44 def load(eps): argument 55 def _(eps): argument 82 def render_items(eps): argument
|
/external/armnn/src/backends/backendsCommon/test/ |
D | InstanceNormalizationEndToEndTestImpl.cpp | 30 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/ |
D | SamplePointWideGamutVerifier.java | 30 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/ |
D | calibrator_test.cc | 88 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
|