Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h79 int computeAsynchronously(sp<ExecutionCallback>* synchronizationCallback) { in computeAsynchronously() argument
80 CHECK(synchronizationCallback != nullptr); in computeAsynchronously()
81 return compute(synchronizationCallback); in computeAsynchronously()
131 int compute(sp<ExecutionCallback>* synchronizationCallback,
DExecutionBuilder.cpp780 int ExecutionBuilder::compute(sp<ExecutionCallback>* synchronizationCallback, in compute() argument
782 CHECK(synchronizationCallback == nullptr || burstBuilder == nullptr) in compute()
785 const bool synchronous = (synchronizationCallback == nullptr); in compute()
787 *synchronizationCallback = nullptr; in compute()
868 *synchronizationCallback = executionCallback; in compute()