API symbolsnn
Copy
tensorplay.nn.functional.flatten
- tensorplay.nn.functional.flatten(input, start_dim=0, end_dim=-1)[source]
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.nn.functional.feature_alpha_dropout
Randomly masks out entire channels, setting activations to the negative saturation value of the SELU activation function.
tensorplay.nn.functional.fold
Combine an array of sliding local blocks into a tensor containing them all (torch F.fold, i.e. aten::col2im).
