Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h168 std::unordered_map<string, size_t> input_name_to_index; member
Ddirect_session.cc874 feed_args[executors_and_keys->input_name_to_index[it.first]] = in Run()
877 feed_args[executors_and_keys->input_name_to_index[it.first]] = it.second; in Run()
1434 ek->input_name_to_index[input] = i; in CreateExecutors()