Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp366 std::vector<SharedBurst> burstControllers = mPlan.makeBursts(); in createBurst()
DExecutionPlan.h675 std::vector<SharedBurst> makeBursts() const;
DExecutionPlan.cpp1160 std::vector<SharedBurst> ExecutionPlan::makeBursts() const { in makeBursts() function in android::nn::ExecutionPlan