Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d.cc195 libxsmm_dnn_registry_value regentry; in find() local
200 regentry.handle = in find()
207 regentry.layout_input = libxsmm_dnn_create_tensor_datalayout( in find()
208 regentry.handle, LIBXSMM_DNN_INPUT, &status); in find()
211 regentry.layout_output = libxsmm_dnn_create_tensor_datalayout( in find()
212 regentry.handle, LIBXSMM_DNN_OUTPUT, &status); in find()
215 regentry.layout_filter = libxsmm_dnn_create_tensor_datalayout( in find()
216 regentry.handle, LIBXSMM_DNN_FILTER, &status); in find()
219 i = container.insert(std::make_pair(regkey, regentry)).first; in find()
258 const libxsmm_dnn_registry_value regentry = libxsmm_dnn_registry.find(regkey); in CallLibxsmmConvGeneric() local
[all …]