Skip to main content

contract_owned

Function contract_owned 

Source
pub fn contract_owned(
    tensors: Vec<IdxTensor>,
) -> Result<IdxTensor, IdxTensorError>
Expand description

Contract owned tensors with the default connected-network semantics.

ยงErrors

Returns an error when the network is disconnected (a disconnected-network /// failure), when indices are incompatible (a shape or index mismatch), or /// when the contraction reports a failure (a backend failure).