Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestMemoryDomain.cpp80 kAllocateReturn(allocateReturn) {} in TestDriverLatest()
111 switch (kAllocateReturn) { in allocate()
128 LOG(FATAL) << "Invalid AllocateReturn code " << static_cast<int>(kAllocateReturn); in allocate()
134 const AllocateReturn kAllocateReturn; member in __anon95d73c260111::TestDriverLatest
276 const AllocateReturn kAllocateReturn = std::get<2>(GetParam()); member in __anon95d73c260111::MemoryDomainTest
283 kAllocateReturn); in TEST_P()
288 if (kAllocateReturn == AllocateReturn::OK) { in TEST_P()
317 createAndRegisterDriver("test_driver_add", {OperationType::ADD}, kAllocateReturn); in TEST_P()
318 createAndRegisterDriver("test_driver_sub", {OperationType::SUB}, kAllocateReturn); in TEST_P()
319 createAndRegisterDriver("test_driver_mul", {OperationType::MUL}, kAllocateReturn); in TEST_P()
[all …]