Home
last modified time | relevance | path

Searched refs:tp_iface (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmkl_threadpool.h119 auto tp_iface = new MklDnnThreadPool(ctx); in CreateThreadPoolPtr() local
120 threadpool_map_.emplace(std::make_pair(ctx->device(), tp_iface)); in CreateThreadPoolPtr()
121 return tp_iface; in CreateThreadPoolPtr()