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

Function GetWorkersPool

tensorflow/core/kernels/meta_support.cc:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79gemmlowp::WorkersPool* GetWorkersPool() {
80 static gemmlowp::WorkersPool* pool = new gemmlowp::WorkersPool();
81 return pool;
82}
83
84mutex& GetMutex() {
85 static mutex mu(LINKER_INITIALIZED);

Callers 2

QuantizedGemmImplFunction · 0.85
MultiThreadTransform1DFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected