Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis.cc446 std::vector<const HloBuffer*> buffers_at_this_index; in InstructionBuffersAreDistinct() local
452 buffers_at_this_index.push_back(buffer); in InstructionBuffersAreDistinct()
454 buffers_seen.insert(buffers_at_this_index.begin(), in InstructionBuffersAreDistinct()
455 buffers_at_this_index.end()); in InstructionBuffersAreDistinct()