Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d.h39 struct XsmmFwdConv2D { struct
Dxsmm_conv2d.cc528 struct XsmmFwdConv2D<CPUDevice, T> { struct
559 template struct functor::XsmmFwdConv2D<CPUDevice, float>; member in tensorflow::functor
Dconv_ops.cc335 bool success = functor::XsmmFwdConv2D<CPUDevice, float>()( in Run()