Searched defs:ExecutionStep (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
H A DExecutionPlan.h40 class ExecutionStep { class in namespace:android::nn
48 ExecutionStep(ExecutionPlan* plan,
178 std::shared_ptr<ExecutionStep> createNewStep(const std::shared_ptr<Device> device);
198 const std::vector<std::shared_ptr<ExecutionStep>>& forTest_compoundGetSteps() const;
230 std::vector<std::shared_ptr<ExecutionStep>> mSteps;
H A DExecutionPlan.cpp53 LOG(ERROR) << "ExecutionStep::finishSubModel compilation failed due to transport error: "
58 LOG(ERROR) << "ExecutionStep::finishSubModel compilation failed with error: "
132 ExecutionStep::ExecutionStep(ExecutionPlan* plan, function in class:android::nn::ExecutionStep
140 int ExecutionStep::addOperand(uint32_t fromOperandIndex, uint32_t* toOperandIndex,
222 int ExecutionStep::addOperation(int operationIndex, const ModelBuilder& fromModel) {
262 void ExecutionStep::mapInputsAndOutputs(std::shared_ptr<StepExecutor> stepExecutor) const {
284 int ExecutionStep::finishSubModel(const ModelBuilder* fromModel, bool* hasOutputOfUnknownSize) {
285 VLOG(COMPILATION) << "ExecutionStep::finishSubModel, step " << mIndex;
356 VLOG(COMPILATION) << "ExecutionStep
[all...]

Completed in 59 milliseconds