chainer.functions.max_pooling_3d¶
- 
chainer.functions.max_pooling_3d(x, ksize, stride=None, pad=0, cover_all=True, return_indices=False)[source]¶
- 3-dimensional spatial max pooling function. - Warning - This feature is experimental. The interface can change in the future. - Note - This function calls - max_pooling_nd()internally, so see the details of the behavior in the documentation of- max_pooling_nd().