Home | History | Annotate | Download | only in runtime

Lines Matching refs:StepExecutor

161     // Should be similar to StepExecutor::setInputOrOutputFromTemporaryMemory()
201 // Should be similar to StepExecutor::setInputOrOutputFromTemporaryMemory()
223 StepExecutor executor(executionBuilder, executionBuilder->getModel(),
248 std::shared_ptr<StepExecutor> executor;
274 std::shared_ptr<StepExecutor> executor;
275 VLOG(EXECUTION) << "looking for next StepExecutor";
384 // StepExecutor::startCompute() is designed as
387 // StepExecutor::startCompute() isn't actually asynchronous
398 StepExecutor executor(this, mModel, device->getInterface(),
409 StepExecutor executor(this, mModel,
418 int StepExecutor::allocatePointerArgumentsToPool(std::vector<ModelArgumentInfo>* args,
458 StepExecutor::StepExecutor(const ExecutionBuilder* executionBuilder,
465 void StepExecutor::mapInputsAndOutputsTrivially() {
471 void StepExecutor::mapInputOrOutput(const ModelArgumentInfo& builderInputOrOutput,
492 int StepExecutor::setInputOrOutputFromTemporaryMemory(const Operand& inputOrOutputOperand,
531 int StepExecutor::startCompute(sp<ExecutionCallback>* synchronizationCallback) {
543 int StepExecutor::startComputeOnDevice(sp<ExecutionCallback>* synchronizationCallback) {
675 VLOG(EXECUTION) << "StepExecutor::startComputeOnDevice completed";
690 int StepExecutor::startComputeOnCpu(sp<ExecutionCallback>* synchronizationCallback) {