Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_assignment.cc29 bool StreamAssignment::HasStreamAssigned(const HloInstruction& hlo) const { in HasStreamAssigned() function in xla::gpu::StreamAssignment
92 if (stream_assignment.HasStreamAssigned(*operand)) { in ComputeStreamToAssign()
Dstream_assignment.h31 bool HasStreamAssigned(const HloInstruction& hlo) const;
Dgpu_hlo_schedule.cc88 if (stream_assignment.HasStreamAssigned(*hlo)) { in GpuHloOrdering()
Dthunk_schedule.cc68 CHECK(stream_assignment_->HasStreamAssigned(*dst)); in ThunkSchedule()