Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_pooling_ops.cc109 class QuantizedMaxPoolingOp : public MaxPoolingOp<Device, T> {
112 : MaxPoolingOp<Device, T>(context) {} in QuantizedMaxPoolingOp()
117 MaxPoolingOp<Device, T>::Compute(context); in Compute()
Dpooling_ops_common.h79 class MaxPoolingOp : public OpKernel {
81 explicit MaxPoolingOp(OpKernelConstruction* context) : OpKernel(context) { in MaxPoolingOp() function
Dmaxpooling_op.cc1422 MaxPoolingOp<CPUDevice, T>); \
1464 MaxPoolingOp<GPUDevice, T>); \