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.cc466 struct XsmmFwdConv2D<CPUDevice, T> { struct
497 template struct functor::XsmmFwdConv2D<CPUDevice, float>; member in tensorflow::functor
Dconv_ops.cc268 bool success = functor::XsmmFwdConv2D<CPUDevice, float>()( in Run()