Home
last modified time | relevance | path

Searched defs:half (Results 1 – 7 of 7) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/arch/CUDA/
DHalf.h80 struct half : public half_impl::half_base { struct
82 typedef half_impl::__half_raw __half_raw; argument
85 EIGEN_DEVICE_FUNC half() {} in half() function
87 EIGEN_DEVICE_FUNC half(const __half_raw& h) : half_impl::half_base(h) {} in half() argument
88 EIGEN_DEVICE_FUNC half(const half& h) : half_impl::half_base(h) {} in half() argument
90 EIGEN_DEVICE_FUNC half(const __half& h) : half_impl::half_base(h) {} in half() function
93 explicit EIGEN_DEVICE_FUNC half(bool b) in half() function
96 explicit EIGEN_DEVICE_FUNC half(const T& val) in half() function
98 explicit EIGEN_DEVICE_FUNC half(float f) in half() argument
106 return static_cast<signed char>(half_impl::half_to_float(*this)); in EIGEN_EXPLICIT_CAST() argument
[all …]
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
DsparseLM.cpp38 int half = n/2; in model() local
65 int half = n/2; in operator ()() local
90 int half = n/2; in df() local
DdenseLM.cpp39 int half = n/2; in model() local
64 int half = n/2; in operator ()() local
85 int half = n/2; in df() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/arch/AVX/
DMathFunctions.h367 Packet8f half = pmul(_x, pset1<Packet8f>(.5f)); variable
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/products/
DSelfadjointMatrixMatrix.h249 Index half = (std::min)(end_k,j2); in operator() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/arch/SSE/
DMathFunctions.h458 Packet4f half = pmul(_x, pset1<Packet4f>(.5f)); variable
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/
DGenericPacketMath.h99 typedef T half; typedef