Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryDomain.cpp68 std::ostream& operator<<(std::ostream& os, AllocateReturn allocateReturn) { in operator <<() argument
69 switch (allocateReturn) { in operator <<()
81 LOG(FATAL) << "Invalid AllocateReturn code " << static_cast<int>(allocateReturn); in operator <<()
88 AllocateReturn allocateReturn) in TestDriverLatest() argument
91 kAllocateReturn(allocateReturn) {} in TestDriverLatest()
264 AllocateReturn allocateReturn) { in createAndRegisterDriver() argument
266 CHECK(allocateReturn == AllocateReturn::NOT_SUPPORTED); in createAndRegisterDriver()
274 new TestDriverLatest(name, std::move(supportedOperations), allocateReturn))); in createAndRegisterDriver()