Skip to main content

conj_native_tensor

Function conj_native_tensor 

Source
pub fn conj_native_tensor(tensor: &Tensor) -> Result<Tensor, BridgeError>
Expand description

Conjugate a native tensor.

ยงErrors

Returns an error when the native conjugation fails (a dtype mismatch or backend failure).