Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.h234 bool InstructionDefinesBufferAtIndex(const HloInstruction* instruction,
Dtuple_points_to_analysis.cc444 bool TuplePointsToAnalysis::InstructionDefinesBufferAtIndex( in InstructionDefinesBufferAtIndex() function in xla::TuplePointsToAnalysis
451 if (!InstructionDefinesBufferAtIndex(buffer.instruction(), buffer.index())) { in VerifyBuffer()
Dlayout_assignment.cc1497 !points_to_analysis.InstructionDefinesBufferAtIndex(instruction, index)) in InferArrayLayout()