Expand description
This crate implment type utilities for tensor operations
Re-exports§
pub use vectors::*;
Modules§
- convertion
- A module implement type conversion
- dtype
- A module defines a set of data types and utilities
- into_
scalar - A module implement type conversion
- into_
vec - A module implement simd vector conversion
- promotion
- A module defines a set of traits for type promotion
- type_
promote - A module defines a set of traits for tensor operations, and implement computation functions for scalar and vector types
- vectors
- A module defines a set of vector types
Macros§
- impl_
float_ out_ binary_ promote - this macro is used to implement the FloatOutBinaryPromote trait for a given type
- impl_
float_ out_ unary_ promote - this macro is used to implement the FloatOutUnaryPromote trait for a given type
- impl_
normal_ out_ promote - this macro is used to implement the FloatOutBinaryPromote trait for a given type
- impl_
simd_ cmp_ promote - this macro is used to implement the SimdCmpPromote trait for a given type
- impl_
std_ simd_ bit_ logic - impl bit logic for simd vector