/external/tensorflow/tensorflow/core/kernels/ |
D | identity_n_op_test.cc | 45 Tensor expected0(allocator(), DT_INT32, TensorShape({6})); in TEST_F() local 46 test::FillValues<int32>(&expected0, {1, 2, 3, 4, 5, 6}); in TEST_F() 47 test::ExpectTensorEqual<int32>(expected0, *GetOutput(0)); in TEST_F() 70 Tensor expected0(allocator(), DT_STRING, TensorShape({6})); in TEST_F() local 71 test::FillValues<string>(&expected0, {"A", "b", "C", "d", "E", "f"}); in TEST_F() 72 test::ExpectTensorEqual<string>(expected0, *GetOutput(0)); in TEST_F()
|
/external/deqp/modules/gles2/functional/ |
D | es2fApiCase.cpp | 76 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError() argument 79 if (err != expected0 && err != expected1) in expectError() 81 …m_log << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " <… in expectError()
|
/external/deqp/modules/gles3/functional/ |
D | es3fApiCase.cpp | 78 void ApiCase::expectError (deUint32 expected0, deUint32 expected1) in expectError() argument 81 if (err != expected0 && err != expected1) in expectError() 83 …m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu… in expectError()
|
D | es3fFboStateQueryTests.cpp | 132 void checkIntEqualsAny (tcu::TestContext& testCtx, GLint got, GLint expected0, GLint expected1) in checkIntEqualsAny() argument 136 if (got != expected0 && got != expected1) in checkIntEqualsAny() 138 …testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected0 << " or " << expected1 … in checkIntEqualsAny()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 227 xla::Literal expected0 = xla::LiteralUtil::CreateR1<int32>({4, 143}); in TEST_F() local 228 xla::Literal expected_literal = xla::LiteralUtil::MakeTuple({&expected0}); in TEST_F() 512 xla::Literal expected0 = xla::LiteralUtil::CreateR1<int32>({-7, -42}); in TEST_F() local 513 xla::Literal expected_literal = xla::LiteralUtil::MakeTuple({&expected0}); in TEST_F() 544 xla::Literal expected0 = xla::LiteralUtil::CreateR0<int32>(7); in TEST_F() local 547 xla::LiteralUtil::MakeTuple({&expected0, &expected1}); in TEST_F() 973 xla::Literal expected0 = xla::LiteralUtil::CreateR1<int32>({5, 144}); in RunAndCheckVariablesComputation() local 976 xla::LiteralUtil::MakeTuple({&expected0, &expected1}); in RunAndCheckVariablesComputation() 1252 xla::Literal expected0 = in TEST_F() local 1256 xla::LiteralUtil::MakeTuple({&expected0, &expected1}); in TEST_F() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | JapaneseTest.java | 294 int expected0[] = { Calendar.ERA, 234, in Test5345calendar() local 296 checkExpected(c, expected0); in Test5345calendar()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | JapaneseTest.java | 291 int expected0[] = { Calendar.ERA, 234, in Test5345calendar() local 293 checkExpected(c, expected0); in Test5345calendar()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 761 const deUint32 expected0 = randomValue ^ 0u; in verify() local 772 const deUint32 expected = (numXorZeros%2 == 0) ? expected0 : expected1; in verify() 776 …g() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expected0) in verify() 788 (outputValue & compareMask) != (expected0&compareMask) && in verify()
|
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
D | InterpreterTest.java | 192 float[] expected0 = {4.89f}; in testRunForMultipleInputsOutputs() local 194 assertThat(parsedOutput0).usingTolerance(0.1f).containsExactly(expected0).inOrder(); in testRunForMultipleInputsOutputs()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 347 static const uint8_t expected0[] = { 0x31}; in TestErrorBehaviour() local 357 expected0, sizeof(expected0), "ibm-920", 0, FALSE, U_ZERO_ERROR)) in TestErrorBehaviour() 369 expected0, sizeof(expected0), "LATIN_1", 0, FALSE, U_ZERO_ERROR)) in TestErrorBehaviour()
|