Home
last modified time | relevance | path

Searched defs:burstController (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp518 std::shared_ptr<ExecutionBurstController> burstController; in asyncStartComputePartitioned() local
1077 const std::shared_ptr<ExecutionBurstController>& burstController) { in compute()
1083 const std::shared_ptr<ExecutionBurstController>& burstController) { in computeWithMemories()
DManager.cpp326 const std::shared_ptr<ExecutionBurstController>& burstController, MeasureTiming measure, in execute()