MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetStream

Method GetStream

tensorflow/stream_executor/tf_allocator_adapter.cc:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62port::StatusOr<Stream *> TfAllocatorAdapter::GetStream(int device_ordinal) {
63 CHECK_EQ(stream_->parent()->device_ordinal(), device_ordinal);
64 return stream_;
65}
66
67} // namespace stream_executor

Callers

nothing calls this directly

Calls 2

device_ordinalMethod · 0.45
parentMethod · 0.45

Tested by

no test coverage detected