use crateFp;
/// 19-bit tensor float using the exponent of FP32 and the mantissa of FP16
pub type Tf19 = ;
/// 35-bit tensor float using the exponent of FP64 and the mantissa of FP32
pub type Tf35 = ;
/// 68-bit tensor float using the exponent of FP128 and the mantissa of FP64
pub type Tf68 = ;
// /// 132-bit tensor float using the exponent of FP256 and the mantissa of FP128
//pub type Tf132 = Fp<u256, true, 19, 0, 112, 2>;