Home
last modified time | relevance | path

Searched refs:SharedBurst (Results 1 – 14 of 14) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DBurstBuilder.h43 BurstBuilder(const CompilationBuilder* compilation, std::vector<SharedBurst> burstControllers);
49 SharedBurst getControllerAt(size_t index) const;
54 std::vector<SharedBurst> mBurstControllers;
DBurstBuilder.cpp33 std::vector<SharedBurst> burstControllers) in BurstBuilder()
49 SharedBurst BurstBuilder::getControllerAt(size_t index) const { in getControllerAt()
DExecutionPlan.h675 std::vector<SharedBurst> makeBursts() const;
690 SharedBurst* burstController, const std::vector<OutputShape>* mainModelOutputShapes,
695 SharedBurst* burstController,
817 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
820 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
823 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
826 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
829 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
DManager.h58 const SharedBurst& burstController, const OptionalTimePoint& deadline) const = 0;
82 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController,
107 virtual GeneralResult<SharedBurst> configureExecutionBurst() const = 0;
DManager.cpp196 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController,
217 GeneralResult<SharedBurst> configureExecutionBurst() const override { in configureExecutionBurst()
253 const SharedBurst& burstController, const OptionalTimePoint& deadline) const override;
581 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController, in execute()
734 const SharedBurst& burstController, const OptionalTimePoint& deadline) const { in compute()
934 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController,
939 GeneralResult<SharedBurst> configureExecutionBurst() const override { return nullptr; } in configureExecutionBurst()
988 const SharedBurst& burstController, const OptionalTimePoint& deadline) const override;
1173 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& /*burstController*/, in execute() argument
1221 const SharedBurst& /*burstController*/, const OptionalTimePoint& deadline) const { in compute() argument
DExecutionPlan.cpp1212 std::vector<SharedBurst> ExecutionPlan::makeBursts() const { in makeBursts()
1216 std::vector<SharedBurst> bursts; in makeBursts()
1239 std::vector<SharedBurst> burst; in makeBursts()
1443 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in fallback()
1559 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in next()
1582 SharedBurst* burstController, in nextCompound()
1611 SharedBurst* burstController, in nextCompound()
1715 SharedBurst* burstController, in nextCompound()
1758 SharedBurst* burstController, in nextCompound()
1880 SharedBurst* burstController, in nextCompound()
DCompilationBuilder.cpp399 std::vector<SharedBurst> burstControllers = mPlan.makeBursts(); in createBurst()
DExecutionBuilder.h404 const OptionalTimePoint& deadline, const SharedBurst& burstController = nullptr);
DExecutionBuilder.cpp735 SharedBurst burstController; in computeInternal()
1509 const OptionalTimePoint& deadline, const SharedBurst& burstController) { in compute()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DIPreparedModel.h199 virtual GeneralResult<SharedBurst> configureExecutionBurst() const = 0;
DTypes.h82 using SharedBurst = std::shared_ptr<const IBurst>; variable
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalPreparedModel.h59 GeneralResult<SharedBurst> configureExecutionBurst() const override;
DCanonicalPreparedModel.cpp296 GeneralResult<SharedBurst> PreparedModel::configureExecutionBurst() const { in configureExecutionBurst()
/packages/modules/NeuralNetworks/tools/api/
DTypes.t75 using SharedBurst = std::shared_ptr<const IBurst>;