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.h235 bool InstructionDefinesBufferAtIndex(const HloInstruction* instruction,
Dtuple_points_to_analysis.cc524 bool TuplePointsToAnalysis::InstructionDefinesBufferAtIndex( in InstructionDefinesBufferAtIndex() function in xla::TuplePointsToAnalysis
531 if (!InstructionDefinesBufferAtIndex(buffer.instruction(), buffer.index())) { in VerifyBuffer()
Dlayout_assignment.cc1424 .InstructionDefinesBufferAtIndex(user, shape_index)) { in PropagateOperandConstraint()
1458 if (!constraints->points_to_analysis().InstructionDefinesBufferAtIndex( in PropagateOperandConstraint()
1638 !points_to_analysis.InstructionDefinesBufferAtIndex(instruction, index)) in InferArrayLayout()