Home | History | Annotate | Download | only in service

Lines Matching defs:stream

54     TF_RET_CHECK(options.stream() != nullptr);
55 TF_RETURN_IF_ERROR(options.stream()->BlockHostUntilDone());
63 perftools::gputools::Stream* stream = run_options->stream();
66 timer.reset(new perftools::gputools::Timer(stream->parent()));
67 stream->InitTimer(timer.get()).ThenStartTimer(timer.get());
70 VLOG(1) << "enqueueing executable on stream...";
85 stream->ThenStopTimer(timer.get());
86 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone());
97 if (stream->ok()) {
98 // Don't read timer->Nanoseconds() if the stream isn't OK -- that's
120 profile_ptr->ToString(stream->parent()->GetDeviceDescription()));