Skip to main content

I32Tensor

Trait I32Tensor 

pub trait I32Tensor<const RANK: usize>:
    Tensor<i32, RANK>
    + Add<i32>
    + Comparison<i32> { }
Expand description

A tensor of i32.

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> I32Tensor<RANK> for LlvmI32Tensor