Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestMemoryDomain.cpp57 std::ostream& operator<<(std::ostream& os, AllocateReturn allocateReturn) { in operator <<() argument
58 switch (allocateReturn) { in operator <<()
70 LOG(FATAL) << "Invalid AllocateReturn code " << static_cast<int>(allocateReturn); in operator <<()
77 AllocateReturn allocateReturn) in TestDriverLatest() argument
80 kAllocateReturn(allocateReturn) {} in TestDriverLatest()
252 AllocateReturn allocateReturn) { in createAndRegisterDriver() argument
255 CHECK(allocateReturn == AllocateReturn::NOT_SUPPORTED); in createAndRegisterDriver()
260 driver = new TestDriverLatest(name, std::move(supportedOperations), allocateReturn); in createAndRegisterDriver()