Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1746 executors_and_keys_(executors_and_keys), in RunCallableCallFrame()
1751 return executors_and_keys_->input_types.size(); in num_args()
1754 return executors_and_keys_->output_types.size(); in num_retvals()
1760 } else if (executors_and_keys_->input_types[index] == DT_RESOURCE) { in GetArg()
1779 ExecutorsAndKeys* const executors_and_keys_; // Not owned. member in tensorflow::DirectSession::RunCallableCallFrame