Searched refs:Conv3DOp (Results 1 – 2 of 2) sorted by relevance
74 class Conv3DOp : public ConvOp { class76 explicit Conv3DOp(OpKernelConstruction* ctx) in Conv3DOp() function in tensorflow::__anon7c19f5bd0111::Conv3DOp79 REGISTER_XLA_OP(Name("Conv3D"), Conv3DOp);
74 class Conv3DOp : public BinaryOp<T> { class76 explicit Conv3DOp(OpKernelConstruction* context) : BinaryOp<T>(context) { in Conv3DOp() function in tensorflow::Conv3DOp184 Conv3DOp<CPUDevice, T>);551 Conv3DOp<GPUDevice, Eigen::half>);554 Conv3DOp<GPUDevice, float>);557 Conv3DOp<GPUDevice, double>);