Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/bfloat16/
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() function
69 B16_DEVICE_FUNC explicit bfloat16(const double val) in bfloat16() function
73 B16_DEVICE_FUNC explicit bfloat16(const complex64& val) in bfloat16() function
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 …]
/external/eigen/Eigen/src/Core/arch/Default/
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() argument
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() argument
73 explicit EIGEN_DEVICE_FUNC bfloat16(float f) in bfloat16() argument
79 explicit EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR bfloat16(const std::complex<RealScalar>& val) in bfloat16() function
/external/ComputeLibrary/support/
DBfloat16.h84 bfloat16() in bfloat16() function
92 explicit bfloat16(float v) in bfloat16() function
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dbfloat.hpp30 using bfloat16 = arm_compute::bfloat16; typedef
/external/tensorflow/tensorflow/compiler/xla/python/
Dtypes.cc74 py::handle bfloat16(tensorflow::Bfloat16Dtype()); in PrimitiveTypeToDtype() local
Dxla_client.py193 bfloat16 = _xla.bfloat16_dtype() variable
Dxla_client_test.py45 bfloat16 = xla_client.bfloat16 variable
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16_test.py36 bfloat16 = _pywrap_bfloat16.TF_bfloat16_type() variable
Dbfloat16.cc31 using bfloat16 = Eigen::bfloat16; typedef
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py361 bfloat16 = DType(types_pb2.DT_BFLOAT16) variable
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dquantize_test.cc30 using bfloat16 = tensorflow::bfloat16; typedef
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1400 empty_type_wrapper<bfloat16>, const libxsmm_spmdm_handle* handle, in wrapper_libxsmm_spmdm_createSparseSlice_generic_thread()
1410 empty_type_wrapper<bfloat16>, const libxsmm_spmdm_handle* handle, in wrapper_libxsmm_spmdm_compute_generic_thread()