Skip to main content

get_size2/impls/feature/
half.rs

1use crate::GetSize;
2
3impl GetSize for half::f16 {}
4impl GetSize for half::bf16 {}