Home
last modified time | relevance | path

Searched refs:burstBuilder (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h149 BurstBuilder* burstBuilder = nullptr);
152 const OptionalTimePoint& deadline, BurstBuilder* burstBuilder) = 0;
269 const OptionalTimePoint& deadline, BurstBuilder* burstBuilder) override;
285 const OptionalTimePoint& deadline, BurstBuilder* burstBuilder) override;
DExecutionBuilder.cpp644 const OptionalTimePoint& deadline, BurstBuilder* burstBuilder) { in computeInternal() argument
652 auto burstController = burstBuilder ? burstBuilder->getControllerAt(0) : nullptr; in computeInternal()
680 const OptionalTimePoint& deadline, BurstBuilder* burstBuilder) { in computeInternal() argument
684 auto controller = mPlan->makeController(this, burstBuilder); in computeInternal()
1011 BurstBuilder* burstBuilder) { in compute() argument
1012 CHECK(synchronizationCallback == nullptr || burstBuilder == nullptr) in compute()
1020 const char* name = burstBuilder ? "burstCompute" : synchronous ? "compute" : "startCompute"; in compute()
1043 if (burstBuilder) { in compute()
1048 const auto [n, outputShapes, timing] = computeInternal(deadline, burstBuilder); in compute()
DExecutionPlan.h601 const BurstBuilder* burstBuilder,
679 const BurstBuilder* burstBuilder) const;
DExecutionPlan.cpp1119 const BurstBuilder* burstBuilder, uint32_t totalSizeOfTemporaries, in Controller() argument
1129 mBurstBuilder(burstBuilder), in Controller()
1208 ExecutionBuilder* executionBuilder, const BurstBuilder* burstBuilder) const { in makeController()
1382 this, executionBuilder, burstBuilder, totalSizeOfTemporaries, in makeController()