Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d.cc142 libxsmm_dnn_layer* libxsmm_handle = in find() local
145 libxsmm_handles.insert(std::make_pair(w, libxsmm_handle)); in find()
146 return libxsmm_handle; in find()
191 libxsmm_dnn_layer* libxsmm_handle; in CallLibxsmmConvGeneric() local
196 libxsmm_handle = libxsmm_handles.find(w); in CallLibxsmmConvGeneric()
202 status = libxsmm_dnn_get_codegen_success(libxsmm_handle, kind); in CallLibxsmmConvGeneric()
216 int ifmblock = (libxsmm_handle->ifmblock); in CallLibxsmmConvGeneric()
217 int ofmblock = (libxsmm_handle->ofmblock); in CallLibxsmmConvGeneric()
272 libxsmm_dnn_link_filter(libxsmm_handle, LIBXSMM_DNN_FILTER, filter, in CallLibxsmmConvGeneric()
290 libxsmm_dnn_link_buffer(libxsmm_handle, LIBXSMM_DNN_INPUT, input, in CallLibxsmmConvGeneric()
[all …]