Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment.cc148 constraints->points_to_analysis().GetBufferDefinedAt( in AddBackendConstraintsToDnnConvCustomCall()
232 constraints->points_to_analysis().GetBufferDefinedAt(instruction, in AddBackendConstraints()
237 constraints->points_to_analysis().GetBufferDefinedAt(instruction, in AddBackendConstraints()
298 constraints->points_to_analysis().GetBufferDefinedAt( in PropagateOperandConstraint()
313 constraints->points_to_analysis().GetBufferDefinedAt( in PropagateOperandConstraint()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.h199 StatusOr<const LogicalBuffer*> GetBufferDefinedAt(
Dtuple_points_to_analysis.cc480 StatusOr<const LogicalBuffer*> TuplePointsToAnalysis::GetBufferDefinedAt( in GetBufferDefinedAt() function in xla::TuplePointsToAnalysis
612 const LogicalBuffer* buffer = GetBufferDefinedAt(*it, index).ValueOrDie(); in DoesNotUseOperandBuffer()
Dlayout_assignment.cc501 constraints->points_to_analysis().GetBufferDefinedAt(instruction, in AddMandatoryConstraints()
1330 constraints->points_to_analysis().GetBufferDefinedAt( in PropagateOperandConstraint()
1359 constraints->points_to_analysis().GetBufferDefinedAt(user, in PropagateOperandConstraint()
Dtuple_points_to_analysis_test.cc109 points_to_analysis_->GetBufferDefinedAt(instruction, index) in ExpectHasBufferAliases()
Dheap_simulator_test.cc323 return points_to_analysis_->GetBufferDefinedAt(instruction, index) in BufferAt()