Macro new_tensor_float
macro_rules! new_tensor_float {
($tensor:expr) => { ... };
}
Expand description
Macro to create a new float tensor based on the element type.
macro_rules! new_tensor_float {
($tensor:expr) => { ... };
}
Macro to create a new float tensor based on the element type.