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.cc411 std::vector<const HloBuffer*> buffers_at_this_index; in InstructionBuffersAreDistinct() local
417 buffers_at_this_index.push_back(buffer); in InstructionBuffersAreDistinct()
419 buffers_seen.insert(buffers_at_this_index.begin(), in InstructionBuffersAreDistinct()
420 buffers_at_this_index.end()); in InstructionBuffersAreDistinct()