API symbolsnn
Copy
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.nn.functional.binary_cross_entropy
Compute Binary Cross Entropy between the target and input probabilities.
tensorplay.nn.functional.conv_tbc
Applies a 1D convolution over an input of shape (T, B, C) along the time dimension (torch.conv_tbc). Expressed as a grouped (depthwise) conv1d: every channel is convolved with its own length-k filter.
