Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d.cc139 HashFunction>::iterator i = libxsmm_handles.find(w); in find()
140 if (i == libxsmm_handles.end()) { in find()
145 libxsmm_handles.insert(std::make_pair(w, libxsmm_handle)); in find()
154 for (i = libxsmm_handles.begin(); i != libxsmm_handles.end(); i++) in ~handles()
162 libxsmm_handles; member in tensorflow::functor::handles
165 static handles libxsmm_handles; variable
196 libxsmm_handle = libxsmm_handles.find(w); in CallLibxsmmConvGeneric()