Function trx::scalar_type_name
Defined in File trx.h
Function Documentation
-
inline std::string trx::scalar_type_name(TrxScalarType dtype)
Return the canonical string name for a TrxScalarType.
- Parameters:
dtype – Scalar type enum value.
- Returns:
std::string dtype (e.g., float16/float32/float64).