Trait burn_tch::TchElement

source ·
pub trait TchElement: Element + Element { }
Expand description

The element type for the tch backend.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl TchElement for f32

source§

impl TchElement for f64

source§

impl TchElement for i16

source§

impl TchElement for i32

source§

impl TchElement for i64

source§

impl TchElement for u8

source§

impl TchElement for bf16

source§

impl TchElement for f16

Implementors§