pub trait TensorOrScalar {
    // Required method
    fn to_tensor_scalar(self) -> Result<TensorScalar>;
}

Required Methods§

Implementors§