Home
last modified time | relevance | path

Searched defs:mockExecution (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/utils/test/
DExecutionTest.cpp79 const auto mockExecution = MockExecution::create(); in TEST() local
101 const auto mockExecution = MockExecution::create(); in TEST() local
117 const auto mockExecution = MockExecution::create(); in TEST() local
133 const auto mockExecution = MockExecution::create(); in TEST() local
149 const auto mockExecution = MockExecution::create(); in TEST() local
178 const auto mockExecution = MockExecution::create(); in TEST() local
208 const auto mockExecution = MockExecution::create(); in TEST() local
224 const auto mockExecution = MockExecution::create(); in TEST() local
240 const auto mockExecution = MockExecution::create(); in TEST() local
DPreparedModelTest.cpp802 const auto mockExecution = ndk::SharedRefBase::make<MockExecution>(); in TEST_P() local
/hardware/interfaces/neuralnetworks/utils/common/test/
DResilientExecution.cpp41 auto mockExecution = std::make_shared<const nn::MockExecution>(); in setup() local