Trait tc_collection::tensor::TensorUnaryBoolean
source · pub trait TensorUnaryBoolean {
type Unary: TensorInstance;
// Required method
fn not(self) -> TCResult<Self::Unary>;
}
Expand description
Unary Tensor
operations
Required Associated Types§
sourcetype Unary: TensorInstance
type Unary: TensorInstance
The return type of a unary operation