Trait burn::backend::ndarray::FloatNdArrayElement

pub trait FloatNdArrayElement: NdArrayElement + LinalgScalar + Signed + Sized { }
Expand description

A float element for ndarray backend.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl FloatNdArrayElement for f32

§

impl FloatNdArrayElement for f64

Implementors§