Trait burn_ndarray::FloatNdArrayElement

source ·
pub trait FloatNdArrayElement:
    NdArrayElement
    + LinalgScalar
    + Signed
where Self: Sized,
{ }
Expand description

A float element for ndarray backend.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FloatNdArrayElement for f32

source§

impl FloatNdArrayElement for f64

Implementors§