API symbolsnn
Copy
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.nn.functional.fractional_max_pool3d_with_indices
Applies 3D fractional max pooling over an input signal composed of several input planes, returning (output, indices) .
tensorplay.nn.functional.gelu
When approximate is ‘none’, applies \(\text{GELU}(x) = x * \Phi(x)\) ; ‘tanh’ uses the tanh estimation.
