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.cc2900 std::vector<tensorflow::int64> augmented_input_ids; local
2912 augmented_input_ids.push_back(FastTensorId(input));
2945 for (int input_index = 0; input_index < augmented_input_ids.size();
2947 tensorflow::int64 existing_input = augmented_input_ids[input_index];
2954 augmented_input_ids.size() + new_input_ids.size() - 1);
2970 augmented_input_ids.insert(augmented_input_ids.end(), new_input_ids.begin(),