HomeSort by relevance Sort by last modified time
    Searched refs:HasStreamAssigned (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
stream_assignment.h 31 bool HasStreamAssigned(const HloInstruction& hlo) const;
stream_assignment.cc 27 bool StreamAssignment::HasStreamAssigned(const HloInstruction& hlo) const {
80 if (stream_assignment.HasStreamAssigned(*operand)) {
hlo_schedule.cc 86 if (stream_assignment.HasStreamAssigned(*hlo)) {
thunk_schedule.cc 64 CHECK(stream_assignment_->HasStreamAssigned(*dst));

Completed in 2434 milliseconds