HomeSort by relevance Sort by last modified time
    Searched refs:half (Results 51 - 75 of 834) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
cwise_op_tanh.cc 20 REGISTER5(UnaryOp, CPU, "Tanh", functor::tanh, float, Eigen::half, double,
24 REGISTER3(UnaryOp, GPU, "Tanh", functor::tanh, float, Eigen::half, double);
32 Eigen::half, double, complex64, complex128);
35 Eigen::half, double);
topk_op_gpu_half.cu.cc 25 template struct functor::TopKFunctor<GPUDevice, Eigen::half>;
cwise_op_gpu_add.cu.cc 22 DEFINE_BINARY7(add, Eigen::half, float, double, uint8, int64, complex64,
cwise_op_gpu_equal_to.cu.cc 22 DEFINE_BINARY10(equal_to, float, Eigen::half, double, uint8, int8, int16, int64,
cwise_op_gpu_floor_div.cu.cc 23 DEFINE_BINARY3(floor_div_real, Eigen::half, float, double);
cwise_op_gpu_greater.cu.cc 22 DEFINE_BINARY7(greater, Eigen::half, float, double, int64, uint8, int8, int16);
cwise_op_gpu_greater_equal.cu.cc 22 DEFINE_BINARY7(greater_equal, Eigen::half, float, double, int64, uint8, int8,
cwise_op_gpu_less.cu.cc 22 DEFINE_BINARY7(less, Eigen::half, float, double, int64, uint8, int8, int16);
cwise_op_gpu_less_equal.cu.cc 22 DEFINE_BINARY7(less_equal, Eigen::half, float, double, int64, uint8, int8,
cwise_op_gpu_neg.cu.cc 22 DEFINE_UNARY7(neg, Eigen::half, float, double, int32, int64, complex64,
cwise_op_gpu_not_equal_to.cu.cc 22 DEFINE_BINARY10(not_equal_to, float, Eigen::half, double, uint8, int8, int16,
cwise_op_rsqrt.cc 19 REGISTER5(UnaryOp, CPU, "Rsqrt", functor::rsqrt, float, Eigen::half, double,
23 REGISTER3(UnaryOp, GPU, "Rsqrt", functor::rsqrt, float, Eigen::half, double);
30 Eigen::half, double, complex64, complex128);
33 Eigen::half, double);
cwise_op_sigmoid.cc 20 REGISTER5(UnaryOp, CPU, "Sigmoid", functor::sigmoid, float, Eigen::half, double,
23 REGISTER3(UnaryOp, GPU, "Sigmoid", functor::sigmoid, float, Eigen::half,
31 Eigen::half, double, complex64, complex128);
34 Eigen::half, double);
cwise_op_sqrt.cc 19 REGISTER6(UnaryOp, CPU, "Sqrt", functor::sqrt, float, Eigen::half, double,
23 REGISTER3(UnaryOp, GPU, "Sqrt", functor::sqrt, float, Eigen::half, double);
31 Eigen::half, bfloat16, double, complex64, complex128);
34 Eigen::half, double);
batch_norm_op_gpu.cu.cc 28 template struct functor::BatchNorm<GPUDevice, Eigen::half>;
30 template struct functor::BatchNormGrad<GPUDevice, Eigen::half>;
cast_op_impl_half.cc 24 CURRY_TYPES3(CAST_CASE, CPUDevice, Eigen::half);
30 CURRY_TYPES3_NO_BF16(CAST_CASE, GPUDevice, Eigen::half);
cwise_op_ceil.cc 19 REGISTER3(UnaryOp, CPU, "Ceil", functor::ceil, float, Eigen::half, double);
22 REGISTER3(UnaryOp, GPU, "Ceil", functor::ceil, float, Eigen::half, double);
cwise_op_cos.cc 19 REGISTER5(UnaryOp, CPU, "Cos", functor::cos, float, Eigen::half, double,
23 REGISTER3(UnaryOp, GPU, "Cos", functor::cos, float, Eigen::half, double);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
fullfp16-neon-neg.s 8 @ CHECK: instruction requires: {{full half-float|NEON}}
9 @ CHECK: instruction requires: {{full half-float|NEON}}
13 @ CHECK: instruction requires: {{full half-float|NEON}}
14 @ CHECK: instruction requires: {{full half-float|NEON}}
18 @ CHECK: instruction requires: {{full half-float|NEON}}
19 @ CHECK: instruction requires: {{full half-float|NEON}}
23 @ CHECK: instruction requires: {{full half-float|NEON}}
24 @ CHECK: instruction requires: {{full half-float|NEON}}
28 @ CHECK: instruction requires: {{full half-float|NEON}}
29 @ CHECK: instruction requires: {{full half-float|NEON}
    [all...]
fullfp16-neg.s 5 @ CHECK: instruction requires: full half-float
8 @ CHECK: instruction requires: full half-float
11 @ CHECK: instruction requires: full half-float
14 @ CHECK: instruction requires: full half-float
17 @ CHECK: instruction requires: full half-float
20 @ CHECK: instruction requires: full half-float
23 @ CHECK: instruction requires: full half-float
26 @ CHECK: instruction requires: full half-float
29 @ CHECK: instruction requires: full half-float
32 @ CHECK: instruction requires: full half-floa
    [all...]
  /external/eigen/Eigen/src/Core/arch/CUDA/
TypeCasting.h 18 struct scalar_cast_op<float, Eigen::half> {
20 typedef Eigen::half result_type;
21 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::half operator() (const float& a) const {
25 return Eigen::half(a);
31 struct functor_traits<scalar_cast_op<float, Eigen::half> >
36 struct scalar_cast_op<int, Eigen::half> {
38 typedef Eigen::half result_type;
39 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::half operator() (const int& a) const {
43 return Eigen::half(static_cast<float>(a));
49 struct functor_traits<scalar_cast_op<int, Eigen::half> >
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
null_fenced_block.hpp 24 enum half_or_full_t { half, full }; enumerator in enum:asio::detail::null_fenced_block::half_or_full_t
  /external/swiftshader/src/Common/
Half.cpp 15 #include "Half.hpp"
19 half::half(float fp32) function in class:sw::half
51 half::operator float() const
88 half &half::operator=(half h)
96 half &half::operator=(float f)
98 *this = half(f)
    [all...]
  /external/swiftshader/src/System/
Half.cpp 15 #include "Half.hpp"
19 half::half(float fp32) function in class:sw::half
51 half::operator float() const
88 half &half::operator=(half h)
96 half &half::operator=(float f)
98 *this = half(f)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNanHalf.rs 23 half __attribute__((kernel)) testNanHalfHalf() {

Completed in 2727 milliseconds

1 23 4 5 6 7 8 91011>>