Home
last modified time | relevance | path

Searched refs:TrivialTest (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestTrivialModel.cpp35 class TrivialTest : public ::testing::Test { class
117 TEST_F(TrivialTest, AddTwo) { in TEST_F() argument
137 void TrivialTest::testAddTwoWithHardwareBufferInput(uint64_t additionalAhwbUsage, in testAddTwoWithHardwareBufferInput()
202 TEST_F(TrivialTest, AddTwoWithHardwareBufferInput) { in TEST_F() argument
207 TEST_F(TrivialTest, AddTwoWithHardwareBufferInputWithGPUUsage) { in TEST_F() argument
213 TEST_F(TrivialTest, AddThree) { in TEST_F() argument
241 TEST_F(TrivialTest, FencedAddThree) { in TEST_F() argument
284 TEST_F(TrivialTest, BroadcastAddTwo) { in TEST_F() argument
313 TEST_F(TrivialTest, BroadcastMulTwo) { in TEST_F() argument
DTestPartitioning.cpp2105 auto TrivialTest = [&devices](bool doRelax, const char* expectDevice) { in TEST_F() local
2128 ASSERT_NO_FATAL_FAILURE(TrivialTest(false, "f32")); in TEST_F()
2129 ASSERT_NO_FATAL_FAILURE(TrivialTest(true, "f16")); in TEST_F()