Caffe2 - Python API
A deep learning, cross platform ML framework
Functions
pooling Namespace Reference

Module caffe2.python.helpers.pooling. More...

Functions

def MaxPool (model, blob_in, blob_out, use_cudnn=False, order="NCHW", kwargs)
 
def AveragePool (model, blob_in, blob_out, use_cudnn=False, order="NCHW", kwargs)
 

Detailed Description

Module caffe2.python.helpers.pooling.

Function Documentation

◆ AveragePool()

def pooling.AveragePool (   model,
  blob_in,
  blob_out,
  use_cudnn = False,
  order = "NCHW",
  kwargs 
)
Average pooling

Definition at line 19 of file pooling.py.

◆ MaxPool()

def pooling.MaxPool (   model,
  blob_in,
  blob_out,
  use_cudnn = False,
  order = "NCHW",
  kwargs 
)
Max pooling

Definition at line 11 of file pooling.py.