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

Method AsEigenThreadPool

tensorflow/core/lib/core/threadpool.cc:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238Eigen::ThreadPoolInterface* ThreadPool::AsEigenThreadPool() const {
239 DCHECK(underlying_threadpool_ != nullptr);
240 return underlying_threadpool_;
241}
242} // namespace thread
243} // namespace tensorflow

Callers 15

ReplayComputationFunction · 0.80
IntraOpThreadPoolMethod · 0.80
EigenMatrixMultiplyFunction · 0.80
BM_ParallelFusionFunction · 0.80
TESTFunction · 0.80
DeviceSimpleMethod · 0.80
EigenThreadPoolInfoMethod · 0.80

Calls

no outgoing calls