Searched refs:MaxPoolingOp (Results 1 – 3 of 3) sorted by relevance
109 class QuantizedMaxPoolingOp : public MaxPoolingOp<Device, T> {112 : MaxPoolingOp<Device, T>(context) {} in QuantizedMaxPoolingOp()117 MaxPoolingOp<Device, T>::Compute(context); in Compute()
79 class MaxPoolingOp : public OpKernel {81 explicit MaxPoolingOp(OpKernelConstruction* context) : OpKernel(context) { in MaxPoolingOp() function
1422 MaxPoolingOp<CPUDevice, T>); \1464 MaxPoolingOp<GPUDevice, T>); \