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

Function GetHandleMapSingleton

tensorflow/core/kernels/cuda_sparse.cc:135–138  ·  view source on GitHub ↗

Returns a singleton map used for storing initialized handles for each unique cuda stream.

Source from the content-addressed store, hash-verified

133// Returns a singleton map used for storing initialized handles for each unique
134// cuda stream.
135HandleMap* GetHandleMapSingleton() {
136 static HandleMap* cm = new HandleMap;
137 return cm;
138}
139
140} // namespace
141

Callers 1

InitializeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected