Searched refs:executor_execution_mode_ (Results 1 – 1 of 1) sorted by relevance
18 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