Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AllocateEvent
Method
AllocateEvent
tensorflow/stream_executor/stream_executor_pimpl.cc:819–821 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
817
}
818
819
port::Status StreamExecutor::AllocateEvent(Event *event) {
820
return implementation_->AllocateEvent(event);
821
}
822
823
port::Status StreamExecutor::DeallocateEvent(Event *event) {
824
return implementation_->DeallocateEvent(event);
Callers
1
Init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected