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

Method DeallocateStream

tensorflow/stream_executor/stream_executor_pimpl.cc:851–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851void StreamExecutor::DeallocateStream(Stream *stream) {
852 implementation_->DeallocateStream(stream);
853 CHECK_GE(live_stream_count_.fetch_sub(1), 0)
854 << "live stream count should not dip below zero";
855}
856
857bool StreamExecutor::CreateStreamDependency(Stream *dependent, Stream *other) {
858 return implementation_->CreateStreamDependency(dependent, other);

Callers 1

~StreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected