pub trait FloatDType: WithDType { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FloatDType for f32

source§

impl FloatDType for f64

source§

impl FloatDType for bf16

source§

impl FloatDType for f16

Implementors§