Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestTrivialModel.cpp31 class TrivialTest : public ::testing::Test { class
112 TEST_F(TrivialTest, AddTwo) { in TEST_F() argument
192 TEST_F(TrivialTest, AddTwoWithHardwareBufferInput) { in TEST_F() argument
196 TEST_F(TrivialTest, AddTwoWithHardwareBufferInputWithGPUUsage) { in TEST_F() argument
201 TEST_F(TrivialTest, AddThree) { in TEST_F() argument
229 TEST_F(TrivialTest, FencedAddThree) { in TEST_F() argument
272 TEST_F(TrivialTest, BroadcastAddTwo) { in TEST_F() argument
301 TEST_F(TrivialTest, BroadcastMulTwo) { in TEST_F() argument
H A DTestPartitioning.cpp2104 auto TrivialTest = [&devices](bool doRelax, const char* expectDevice) { in TEST_F() local