Home
last modified time | relevance | path

Searched defs:ASYNC (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h204 enum class ComputeMode { SYNC, ASYNC, BURST }; enumerator
DTestValidation.cpp805 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST }; in TEST_F() enumerator
1717 enum class ExecutionType : uint32_t { ASYNC, SYNC, BURST }; in TEST_F() enumerator
DTestIntrospectionControl.cpp316 enum class Compute { ASYNC, SYNC, BURST }; enumerator
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp333 static constexpr Async ASYNC = async; member