macro_rules! doc_tensor {
() => { ... };
($method:literal) => { ... };
}Expand description
Convenience macro to link to the burn-tensor docs for this crate version.
Usage:
ⓘ
doc_tensor!(); // Links to `Tensor` struct
doc_tensor!("zeros"); // Links to `Tensor::zeros` method