Home
last modified time | relevance | path

Searched defs:DeepConv2D (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddeep_conv2d.cc951 struct DeepConv2D<CPUDevice, T> { struct
952 void operator()(OpKernelContext* ctx, const Conv2DArgs& args, const T* input, in operator ()()
1175 template struct functor::DeepConv2D<CPUDevice, float>; member in tensorflow::functor
H A Ddeep_conv2d.h108 struct DeepConv2D { struct