API symbolsnn
Copy
tensorplay.nn.functional.fractional_max_pool2d
- tensorplay.nn.functional.fractional_max_pool2d(input: TensorBase, kernel_size, output_size=None, output_ratio=None, return_indices: bool = False, _random_samples=None)[source]
Applies 2D fractional max pooling over an input signal.
If
return_indicesisTrue, returns(output, indices); otherwise just the output.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.nn.functional.fold
Combine an array of sliding local blocks into a tensor containing them all (torch F.fold, i.e. aten::col2im).
tensorplay.nn.functional.fractional_max_pool2d_with_indices
Applies 2D fractional max pooling over an input signal composed of several input planes, returning (output, indices) .
