Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp61 std::ostream& operator<<(std::ostream& os, AllocateReturn allocateReturn) { in operator <<() argument
62 switch (allocateReturn) { in operator <<()
74 LOG(FATAL) << "Invalid AllocateReturn code " << static_cast<int>(allocateReturn); in operator <<()
81 AllocateReturn allocateReturn) in TestDriverLatest() argument
84 kAllocateReturn(allocateReturn) {} in TestDriverLatest()
257 AllocateReturn allocateReturn) { in createAndRegisterDriver() argument
259 CHECK(allocateReturn == AllocateReturn::NOT_SUPPORTED); in createAndRegisterDriver()
267 new TestDriverLatest(name, std::move(supportedOperations), allocateReturn))); in createAndRegisterDriver()