Searched refs:SharedBurst (Results 1 – 14 of 14) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | BurstBuilder.h | 43 BurstBuilder(const CompilationBuilder* compilation, std::vector<SharedBurst> burstControllers); 49 SharedBurst getControllerAt(size_t index) const; 54 std::vector<SharedBurst> mBurstControllers;
|
D | BurstBuilder.cpp | 33 std::vector<SharedBurst> burstControllers) in BurstBuilder() 49 SharedBurst BurstBuilder::getControllerAt(size_t index) const { in getControllerAt()
|
D | ExecutionPlan.h | 675 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,
|
D | Manager.h | 58 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;
|
D | Manager.cpp | 196 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
|
D | ExecutionPlan.cpp | 1212 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()
|
D | CompilationBuilder.cpp | 399 std::vector<SharedBurst> burstControllers = mPlan.makeBursts(); in createBurst()
|
D | ExecutionBuilder.h | 404 const OptionalTimePoint& deadline, const SharedBurst& burstController = nullptr);
|
D | ExecutionBuilder.cpp | 735 SharedBurst burstController; in computeInternal() 1509 const OptionalTimePoint& deadline, const SharedBurst& burstController) { in compute()
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | IPreparedModel.h | 199 virtual GeneralResult<SharedBurst> configureExecutionBurst() const = 0;
|
D | Types.h | 82 using SharedBurst = std::shared_ptr<const IBurst>; variable
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | CanonicalPreparedModel.h | 59 GeneralResult<SharedBurst> configureExecutionBurst() const override;
|
D | CanonicalPreparedModel.cpp | 296 GeneralResult<SharedBurst> PreparedModel::configureExecutionBurst() const { in configureExecutionBurst()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | Types.t | 75 using SharedBurst = std::shared_ptr<const IBurst>;
|