#[unsafe(no_mangle)]pub unsafe extern "C" fn ruby_tensor_add(
a: *mut TorshTensor,
b: *mut TorshTensor,
output: *mut TorshTensor,
) -> TorshErrorExpand description
Ruby-specific wrapper for tensor addition
#[unsafe(no_mangle)]pub unsafe extern "C" fn ruby_tensor_add(
a: *mut TorshTensor,
b: *mut TorshTensor,
output: *mut TorshTensor,
) -> TorshErrorRuby-specific wrapper for tensor addition