#[unsafe(no_mangle)]pub unsafe extern "C" fn ghostflow_tensor_mul(
a: *const GhostFlowTensor,
b: *const GhostFlowTensor,
out: *mut *mut GhostFlowTensor,
) -> GhostFlowErrorExpand description
Multiply two tensors element-wise
#[unsafe(no_mangle)]pub unsafe extern "C" fn ghostflow_tensor_mul(
a: *const GhostFlowTensor,
b: *const GhostFlowTensor,
out: *mut *mut GhostFlowTensor,
) -> GhostFlowErrorMultiply two tensors element-wise