Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc789 std::set<int> arg_indices_to_remove; in RemoveUnusedXlaInput() local
814 arg_indices_to_remove.insert(index); in RemoveUnusedXlaInput()
830 if (arg_indices_to_remove.find(i) != arg_indices_to_remove.end()) { in RemoveUnusedXlaInput()