docs.rs failed to build burn-tensor-0.18.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
burn-tensor-0.17.1
Burn Tensor
Burn Tensor Library
This library provides the core abstractions required to run tensor operations with Burn.
Tensor
s are generic over the backend to allow users to perform operations using different
Backend
implementations. Burn's tensors also support support auto-differentiation thanks to the
AutodiffBackend
trait.