Trait burn::backend::wgpu::IntElement

pub trait IntElement: JitElement<Primitive = Self::IntPrimitive> {
    type IntPrimitive: Int;
}
Expand description

The int element type for the jit backend.

Required Associated Types§

type IntPrimitive: Int

Cube primitive representing the jit element.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl IntElement for i32

§

type IntPrimitive = I32

Implementors§