burn::backend::libtorch

Trait TchElement

pub trait TchElement: Element + Element { }
Expand description

The element type for the tch backend.

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.

Implementations on Foreign Types§

§

impl TchElement for bool

§

impl TchElement for f32

§

impl TchElement for f64

§

impl TchElement for i8

§

impl TchElement for i16

§

impl TchElement for i32

§

impl TchElement for i64

§

impl TchElement for u8

Implementors§