Home
last modified time | relevance | path

Searched refs:kPrecision (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/coder/kernels/
Dpmf_to_cdf_op_test.cc103 constexpr int kPrecision = 10; in TEST_F() local
104 SetupOp(kPrecision, &pmf); in TEST_F()
107 Verify(kPrecision, pmf, *GetOutput(0)); in TEST_F()
126 constexpr int kPrecision = 7; in TEST_F() local
127 SetupOp(kPrecision, &pmf); in TEST_F()
130 Verify(kPrecision, pmf, *GetOutput(0)); in TEST_F()
Drange_coder_ops_test.cc205 constexpr int kPrecision = 14; in TEST_F() local
213 ASSERT_LE(data.shape().num_elements(), 1 << kPrecision); in TEST_F()
224 TestEncodeAndDecode(kPrecision, data, cdf); in TEST_F()
228 constexpr int kPrecision = 9; in TEST_F() local
229 constexpr int kDimensionSize = 1 << kPrecision; in TEST_F()
247 TestEncodeAndDecode(kPrecision, data, cdf); in TEST_F()
257 TestEncodeAndDecode(kPrecision, data, cdf); in TEST_F()
262 constexpr int kPrecision = 13; in TEST_F() local
263 constexpr int kDimensionSize1 = 1 << (kPrecision / 2); in TEST_F()
264 constexpr int kDimensionSize2 = 1 << (kPrecision - kPrecision / 2); in TEST_F()
[all …]
Drange_coder_test.cc105 constexpr int kPrecision = 2; in TEST() local
108 RangeEncoder encoder(kPrecision); in TEST()
112 RangeDecoder decoder(output, kPrecision); in TEST()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.cc186 const double kPrecision = 0.001f; in ProbTrans00Solver() local
194 while ((f >= kPrecision || f <= -kPrecision) && iter < kIterations) { in ProbTrans00Solver()