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

Method Stream

tensorflow/stream_executor/stream.cc:275–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273} // namespace
274
275Stream::Stream(StreamExecutor *parent)
276 : parent_(parent),
277 implementation_(parent->implementation()->GetStreamImplementation()),
278 allocated_(false),
279 ok_(false),
280 temporary_memory_manager_(this) {
281 VLOG_CALL(PARAM(parent));
282}
283
284Stream::Stream(StreamExecutor *parent,
285 internal::StreamInterface *implementation)

Callers

nothing calls this directly

Calls 2

implementationMethod · 0.45

Tested by

no test coverage detected