Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.cc264 class DepthwiseConv2dNativeOp : public BinaryOp<T> { class
266 explicit DepthwiseConv2dNativeOp(OpKernelConstruction* context) in DepthwiseConv2dNativeOp() function in tensorflow::DepthwiseConv2dNativeOp
450 TF_DISALLOW_COPY_AND_ASSIGN(DepthwiseConv2dNativeOp);
456 DepthwiseConv2dNativeOp<CPUDevice, T>)
469 DepthwiseConv2dNativeOp<GPUDevice, T>)
478 : public DepthwiseConv2dNativeOp<GPUDevice, T> {
481 : DepthwiseConv2dNativeOp<GPUDevice, T>(context) { in DepthwiseConv2dGroupedConvOp()