Searched refs:Conv2DOp (Results 1 – 2 of 2) sorted by relevance
67 class Conv2DOp : public ConvOp { class69 explicit Conv2DOp(OpKernelConstruction* ctx) in Conv2DOp() function in tensorflow::__anon1313cb460111::Conv2DOp72 REGISTER_XLA_OP(Name("Conv2D"), Conv2DOp);
442 class Conv2DOp : public BinaryOp<T> { class444 explicit Conv2DOp(OpKernelConstruction* context) : BinaryOp<T>(context) { in Conv2DOp() function in tensorflow::Conv2DOp530 TF_DISALLOW_COPY_AND_ASSIGN(Conv2DOp);536 Conv2DOp<CPUDevice, T>);961 Conv2DOp<GPUDevice, Eigen::half>);964 Conv2DOp<GPUDevice, float>);967 Conv2DOp<GPUDevice, double>);