Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2980 std::vector<int64_t> augmented_input_ids; local
2992 augmented_input_ids.push_back(FastTensorId(input));
3024 for (int input_index = 0; input_index < augmented_input_ids.size();
3026 int64_t existing_input = augmented_input_ids[input_index];
3033 augmented_input_ids.size() + new_input_ids.size() - 1);
3049 augmented_input_ids.insert(augmented_input_ids.end(), new_input_ids.begin(),