We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A collection of tensor ops or other functionality that is currently missing in Burn.
Tensor:
unsqueeze(dim:)
contiguous()
chunk()
chunk
upsample_nearest2d
interpolate
triu
tril
Norm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A collection of tensor ops or other functionality that is currently missing in Burn.
Tensor:
unsqueeze(dim:)
- feature(tensor): Add unsqueeze_dim helper tracel-ai/burn#966contiguous()
- not something we should worry about with Burnchunk()
chunk
Tensor Method tracel-ai/burn#970)upsample_nearest2d
also known asinterpolate
triu
triu
andtril
Tensor Method tracel-ai/burn#986Norm
The text was updated successfully, but these errors were encountered: