MCPcopy 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
819port::Status StreamExecutor::AllocateEvent(Event *event) {
820 return implementation_->AllocateEvent(event);
821}
822
823port::Status StreamExecutor::DeallocateEvent(Event *event) {
824 return implementation_->DeallocateEvent(event);

Callers 1

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected