|
|
|
@ -2534,8 +2534,7 @@ def pool3d(input,
|
|
|
|
name=None,
|
|
|
|
name=None,
|
|
|
|
exclusive=True):
|
|
|
|
exclusive=True):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
This function adds the operator for pooling in 3-dimensions, using the
|
|
|
|
${comment}
|
|
|
|
pooling configurations mentioned in input parameters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Args:
|
|
|
|
Args:
|
|
|
|
input (Variable): The input tensor of pooling operator. The format of
|
|
|
|
input (Variable): The input tensor of pooling operator. The format of
|
|
|
|
|