HomeSort by relevance Sort by last modified time
    Searched refs:MaxPoolingV2Op (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
maxpooling_op.cc     [all...]
pooling_ops_common.h 76 // TODO (yongtang): Remove MaxPoolingOp and use MaxPoolingV2Op,
289 class MaxPoolingV2Op : public OpKernel {
291 explicit MaxPoolingV2Op(OpKernelConstruction* context) : OpKernel(context) {
301 "MaxPoolingV2Op only supports NHWC or NCHW_VECT_C. Got: ",

Completed in 612 milliseconds