Skip to main content

BoolTensor

Trait BoolTensor 

pub trait BoolTensor<const RANK: usize>: Tensor<bool, RANK> { }
Expand description

A tensor of bool.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<const RANK: usize> BoolTensor<RANK> for LlvmBoolTensor