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