Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1389 std::vector<string> inputs_sorted(inputs.begin(), inputs.end()); in GetOrCreateExecutors() local
1390 std::sort(inputs_sorted.begin(), inputs_sorted.end()); in GetOrCreateExecutors()
1397 str_util::Join(inputs_sorted, ","), "->", in GetOrCreateExecutors()
1422 for (const string& input : inputs_sorted) { in GetOrCreateExecutors()