#[unsafe(no_mangle)]pub unsafe extern "C" fn ruby_tensor_shape(
tensor: *mut TorshTensor,
shape: *mut usize,
ndim: *mut usize,
) -> TorshErrorExpand description
Ruby-specific wrapper for getting tensor shape
#[unsafe(no_mangle)]pub unsafe extern "C" fn ruby_tensor_shape(
tensor: *mut TorshTensor,
shape: *mut usize,
ndim: *mut usize,
) -> TorshErrorRuby-specific wrapper for getting tensor shape