/external/rust/android-crates-io/crates/half/src/ |
D | bfloat.rs | 42 pub struct bf16(u16); struct 44 impl bf16 { implementation 48 pub const fn from_bits(bits: u16) -> bf16 { in from_bits() 59 pub fn from_f32(value: f32) -> bf16 { in from_f32() 74 pub const fn from_f32_const(value: f32) -> bf16 { in from_f32_const() 86 pub fn from_f64(value: f64) -> bf16 { in from_f64() 102 pub const fn from_f64_const(value: f64) -> bf16 { in from_f64_const() 180 pub const fn from_le_bytes(bytes: [u8; 2]) -> bf16 { in from_le_bytes() 195 pub const fn from_be_bytes(bytes: [u8; 2]) -> bf16 { in from_be_bytes() 218 pub const fn from_ne_bytes(bytes: [u8; 2]) -> bf16 { in from_ne_bytes() [all …]
|
D | lib.rs | 232 impl SealedHalf for bf16 {} implementation
|
D | num_traits.rs | 746 impl ToPrimitive for bf16 { implementation 789 impl FromPrimitive for bf16 { implementation 832 impl Num for bf16 { implementation 841 impl One for bf16 { implementation 848 impl Zero for bf16 { implementation 860 impl NumCast for bf16 { implementation 867 impl num_traits::float::FloatCore for bf16 { implementation 1032 impl num_traits::float::Float for bf16 { implementation 1320 impl FloatConst for bf16 { implementation 1418 impl Bounded for bf16 { implementation [all …]
|
D | slice.rs | 296 impl SealedHalfFloatSlice for [bf16] {} implementation 388 impl HalfFloatSliceExt for [bf16] { implementation
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | reduced_precision_support_test.cc | 43 ReducedPrecisionSupport bf16 = ReducedPrecisionSupport::Bfloat16Inference; in TEST_F() local 57 ReducedPrecisionSupport bf16 = ReducedPrecisionSupport::Bfloat16Inference; in TEST_F() local 74 ReducedPrecisionSupport bf16 = ReducedPrecisionSupport::Bfloat16Inference; in TEST_F() local 109 ReducedPrecisionSupport bf16 = ReducedPrecisionSupport::Bfloat16Inference; in TEST_F() local
|
/external/ml_dtypes/ml_dtypes/tests/ |
D | mxfloat_test.cc | 152 Eigen::bfloat16 bf16 = static_cast<Eigen::bfloat16>(mx); in TYPED_TEST() local 169 FloatMX bf16 = static_cast<FloatMX>(static_cast<Eigen::bfloat16>(x)); in TYPED_TEST() local
|
D | float8_test.cc | 357 Eigen::bfloat16 bf16 = static_cast<Eigen::bfloat16>(f8); in TYPED_TEST() local 383 Float8 bf16 = static_cast<Float8>(static_cast<Eigen::bfloat16>(x)); in TYPED_TEST() local
|
/external/ComputeLibrary/arm_compute/core/ |
D | PixelValue.h | 232 bfloat16 bf16; /**< Single channel brain floating-point number */ member
|
/external/executorch/extension/llm/export/ |
D | builder.py | 47 bf16 = "bf16" variable in DType
|
/external/pytorch/test/inductor/ |
D | test_torchinductor_opinfo.py | 59 bf16 = torch.bfloat16 # not tested variable
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_compiler.cc | 452 GpuBfloat16Support bf16(/*supports_matrix_multiplication=*/true, in OptimizeHloModule() local 780 GpuBfloat16Support bf16(/*supports_matrix_multiplication=*/false, in OptimizeHloPostLayoutAssignment() local
|
/external/cronet/tot/third_party/cpu_features/src/include/ |
D | cpuinfo_aarch64.h | 164 int bf16 : 1; // BFloat16 instructions. member
|
/external/cronet/stable/third_party/cpu_features/src/include/ |
D | cpuinfo_aarch64.h | 164 int bf16 : 1; // BFloat16 instructions. member
|
/external/pytorch/aten/src/ATen/native/mps/ |
D | OperationUtils.h | 50 at::BFloat16 bf16; member
|
/external/cpu_features/include/ |
D | cpuinfo_aarch64.h | 164 int bf16 : 1; // BFloat16 instructions. member
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.cc | 493 BFloat16Support bf16; in RunHloPassesThroughLayoutAssn() local
|
/external/pytorch/test/ |
D | test_meta.py | 54 bf16 = torch.bfloat16 variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 55 bf16 = 10, // This is a 16 bit brain floating point value enumerator
|
/external/ml_dtypes/ml_dtypes/include/ |
D | float8.h | 78 explicit EIGEN_DEVICE_FUNC float8_base(Eigen::bfloat16 bf16) in float8_base()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_test.cc | 1395 auto bf16 = LiteralUtil::CreateR4WithLayout<bfloat16>({{ in TEST_F() local
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 1671 bool bf16; member
|