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

Method parent

tensorflow/stream_executor/stream.h:2307–2310  ·  view source on GitHub ↗

Returns the StreamExecutor (parent object) associated with this stream.

Source from the content-addressed store, hash-verified

2305
2306 // Returns the StreamExecutor (parent object) associated with this stream.
2307 StreamExecutor *parent() const {
2308 CHECK(parent_ != nullptr);
2309 return parent_;
2310 }
2311
2312 // Returns the (internal usage) temporary-memory-allocation manager associated
2313 // with this stream.

Callers 10

GetPlanAndAlgorithmsFunction · 0.45
ForceDeallocateAllMethod · 0.45
AllocateArrayBaseMethod · 0.45
TfAllocatorAdapterMethod · 0.45
GetStreamMethod · 0.45
ComputeAsyncMethod · 0.45
ComputeAsyncMethod · 0.45
ComputeAsyncMethod · 0.45
ComputeAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected