Home
last modified time | relevance | path

Searched defs:bfloat16 (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/bfloat16/
H A Dbfloat16.h45 struct bfloat16 { struct
48 B16_DEVICE_FUNC bfloat16() : value(ZERO_VALUE) {} in bfloat16() argument
50 B16_DEVICE_FUNC static bfloat16 truncate_to_bfloat16(const float v) { in truncate_to_bfloat16() argument
65 B16_DEVICE_FUNC explicit bfloat16(const float v) { in bfloat16() argument
69 B16_DEVICE_FUNC explicit bfloat16(const double val) in bfloat16() argument
73 B16_DEVICE_FUNC explicit bfloat16(const complex64& val) in bfloat16() argument
76 B16_DEVICE_FUNC explicit bfloat16(const complex128& val) in bfloat16() argument
79 B16_DEVICE_FUNC explicit bfloat16(const unsigned short val) in bfloat16() function
82 B16_DEVICE_FUNC explicit bfloat16(const unsigned int val) in bfloat16() function
85 B16_DEVICE_FUNC explicit bfloat16(const int val) in bfloat16() argument
[all …]
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/Default/
H A DBFloat16.h58 struct bfloat16 : public bfloat16_impl::bfloat16_base { struct
60 typedef bfloat16_impl::__bfloat16_raw __bfloat16_raw; argument
62 EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16() {} in bfloat16() function
64 …EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16(const __bfloat16_raw& h) : bfloat16_impl::bfloat16_base… in bfloat16() function
66 explicit EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16(bool b) in bfloat16() argument
70 explicit EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16(T val) in bfloat16() function
73 explicit EIGEN_DEVICE_FUNC bfloat16(float f) in bfloat16() function
79 explicit EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16(const std::complex<RealScalar>& val) in bfloat16() function
/aosp_15_r20/external/ComputeLibrary/support/
H A DBfloat16.h85 bfloat16() in bfloat16() function
93 bfloat16(float v) in bfloat16() function
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
H A Dbfloat.hpp30 using bfloat16 = arm_compute::bfloat16; typedef
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_prefix.h45 typedef at::BFloat16 bfloat16; typedef
/aosp_15_r20/external/pytorch/torch/_refs/
H A D_conversions.py50 bfloat16 = _make_conversion_method("bfloat16", torch.bfloat16) variable
/aosp_15_r20/external/pytorch/c10/util/
H A DBFloat16-inl.h84 inline C10_HOST_DEVICE BFloat16::operator sycl::ext::oneapi::bfloat16() const { in bfloat16() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtypes.cc75 py::handle bfloat16(tensorflow::Bfloat16Dtype()); in PrimitiveTypeToDtype() local
H A Dxla_client.py138 bfloat16 = _xla.bfloat16_dtype() variable
H A Dxla_client_test.py46 bfloat16 = xla_client.bfloat16 variable
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Ddtypes.py398 bfloat16 = DType(types_pb2.DT_BFLOAT16) variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dquantize_test.cc30 using bfloat16 = tensorflow::bfloat16; typedef
/aosp_15_r20/external/pytorch/torch/
H A Dstorage.py317 def bfloat16(self): member in _StorageBase
1344 def bfloat16(self): member in TypedStorage
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16_test.py34 bfloat16 = _pywrap_bfloat16.TF_bfloat16_type() variable
H A Dbfloat16.cc1730 using bfloat16 = Eigen::bfloat16; typedef
/aosp_15_r20/external/pytorch/torch/distributed/nn/api/
H A Dremote_module.py358 def bfloat16(self: T) -> T: # type: ignore[return] member in _RemoteModule
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dfunctional_tensor.py296 bfloat16 = _conversion_method_template(dtype=torch.bfloat16) variable in FunctionalTensor
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc1405 empty_type_wrapper<bfloat16>, const libxsmm_spmdm_handle* handle, in wrapper_libxsmm_spmdm_createSparseSlice_generic_thread()
1415 empty_type_wrapper<bfloat16>, const libxsmm_spmdm_handle* handle, in wrapper_libxsmm_spmdm_compute_generic_thread()
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dmodule.py1167 def bfloat16(self: T) -> T: member in Module