Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc805 std::vector<int> first_indices; in Run() local
807 first_indices.resize(output_names.size()); in Run()
811 first_indices[i] = j; in Run()
821 if (first_indices.empty() || first_indices[i] == i) { in Run()
826 outputs->push_back((*outputs)[first_indices[i]]); in Run()