Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc464 ExecutorsAndKeys* executors_and_keys, in RunInternal() argument
470 const int64 executor_step_count = executors_and_keys->step_count.fetch_add(1); in RunInternal()
475 CreateDebuggerState(executors_and_keys->callable_options, in RunInternal()
485 if (executors_and_keys->collective_graph_key != in RunInternal()
492 executors_and_keys->collective_graph_key) { in RunInternal()
497 executors_and_keys->collective_graph_key); in RunInternal()
516 const size_t num_executors = executors_and_keys->items.size(); in RunInternal()
610 if (executors_and_keys->items.size() > 1) { in RunInternal()
639 for (const auto& item : executors_and_keys->items) { in RunInternal()
682 {executors_and_keys->callable_options.fetch().begin(), in RunInternal()
[all …]
Ddirect_session.h225 ExecutorsAndKeys** executors_and_keys, RunStateArgs* run_state_args);
247 ExecutorsAndKeys* executors_and_keys,
264 const ExecutorsAndKeys* executors_and_keys,
271 const ExecutorsAndKeys* executors_and_keys, RunState* run_state,
279 const ExecutorsAndKeys* executors_and_keys, const RunState* run_state);
350 std::shared_ptr<ExecutorsAndKeys> executors_and_keys; member