Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dfunction_impl.h18 executor_execution_mode_(executor_execution_mode), in name_()
49 executor_execution_mode_ = mode; in _set_initial_executor_execution_mode()
99 if (!executor_execution_mode_) { in get_executor()
102 executor = GraphExecutor(opt_graph, name, *executor_execution_mode_); in get_executor()
141 mutable std::optional<ExecutorExecutionMode> executor_execution_mode_; member