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

<<11121314151617181920>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAtan2pi.rs 44 half __attribute__((kernel)) testAtan2piHalfHalfHalf(half inNumerator, unsigned int x) {
45 half inDenominator = rsGetElementAt_half(gAllocInDenominator, x);
TestCopysign.rs 44 half __attribute__((kernel)) testCopysignHalfHalfHalf(half inMagnitudeValue, unsigned int x) {
45 half inSignValue = rsGetElementAt_half(gAllocInSignValue, x);
TestFdim.rs 44 half __attribute__((kernel)) testFdimHalfHalfHalf(half inA, unsigned int x) {
45 half inB = rsGetElementAt_half(gAllocInB, x);
TestFmod.rs 44 half __attribute__((kernel)) testFmodHalfHalfHalf(half inNumerator, unsigned int x) {
45 half inDenominator = rsGetElementAt_half(gAllocInDenominator, x);
TestHypot.rs 44 half __attribute__((kernel)) testHypotHalfHalfHalf(half inA, unsigned int x) {
45 half inB = rsGetElementAt_half(gAllocInB, x);
TestNativeAtan2.rs 44 half __attribute__((kernel)) testNativeAtan2HalfHalfHalf(half inNumerator, unsigned int x) {
45 half inDenominator = rsGetElementAt_half(gAllocInDenominator, x);
TestNativeAtan2pi.rs 44 half __attribute__((kernel)) testNativeAtan2piHalfHalfHalf(half inNumerator, unsigned int x) {
45 half inDenominator = rsGetElementAt_half(gAllocInDenominator, x);
TestNativeDivide.rs 44 half __attribute__((kernel)) testNativeDivideHalfHalfHalf(half inLeftVector, unsigned int x) {
45 half inRightVector = rsGetElementAt_half(gAllocInRightVector, x);
TestNativeHypot.rs 44 half __attribute__((kernel)) testNativeHypotHalfHalfHalf(half inA, unsigned int x) {
45 half inB = rsGetElementAt_half(gAllocInB, x);
TestNativePowr.rs 44 half __attribute__((kernel)) testNativePowrHalfHalfHalf(half inBase, unsigned int x) {
45 half inExponent = rsGetElementAt_half(gAllocInExponent, x);
TestPow.rs 44 half __attribute__((kernel)) testPowHalfHalfHalf(half inBase, unsigned int x) {
45 half inExponent = rsGetElementAt_half(gAllocInExponent, x);
TestPowr.rs 44 half __attribute__((kernel)) testPowrHalfHalfHalf(half inBase, unsigned int x) {
45 half inExponent = rsGetElementAt_half(gAllocInExponent, x);
TestRemainder.rs 44 half __attribute__((kernel)) testRemainderHalfHalfHalf(half inNumerator, unsigned int x) {
45 half inDenominator = rsGetElementAt_half(gAllocInDenominator, x);
  /external/skqp/src/gpu/effects/
GrCircleEffect.fp 10 in half radius;
13 half prevRadius = -1;
21 // A radius below half causes the implicit insetting done by this processor to become
53 half d;
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_conv2d.h 40 Eigen::half* out, Eigen::half* lhs, Eigen::half* rhs,
runtime_single_threaded_conv2d.cc 26 const void* run_options_ptr, Eigen::half* out, Eigen::half* lhs,
27 Eigen::half* rhs, int64 input_batch, int64 input_rows, int64 input_cols,
runtime_single_threaded_conv2d.h 26 Eigen::half* out, Eigen::half* lhs, Eigen::half* rhs,
  /external/tensorflow/tensorflow/core/kernels/
random_op_gpu.cu.cc 71 GPUDevice, random::UniformDistribution<random::PhiloxRandom, Eigen::half> >;
81 GPUDevice, random::NormalDistribution<random::PhiloxRandom, Eigen::half> >;
88 random::SingleSampleAdapter<random::PhiloxRandom>, Eigen::half> >;
adjust_hue_op_gpu.cu.cc 45 template struct AdjustHueGPU<Eigen::half>;
adjust_saturation_op_gpu.cu.cc 46 template struct AdjustSaturationGPU<Eigen::half>;
cast_op_gpu.cu.cc 44 DEFINE(in_type, Eigen::half); \
73 DEFINE(out_type, Eigen::half); \
87 DEFINE(out_type, Eigen::half)
89 DEFINE_ALL_TO_HALF(Eigen::half);
softmax_op_gpu.cu.cc 50 __device__ __host__ EIGEN_STRONG_INLINE float strict_cast<float, Eigen::half>(
51 Eigen::half t) {
56 __device__ __host__ EIGEN_STRONG_INLINE Eigen::half
57 strict_cast<Eigen::half, float>(float t) {
67 struct softmax_traits<Eigen::half> {
81 // TODO(jamesqin): change to half2 load when inputs are Eigen::half.
104 // TODO(jamesqin): change to half2 load when inputs are Eigen::half.
197 Name("Softmax").Device(DEVICE_GPU).TypeConstraint<Eigen::half>("T"),
198 SoftmaxOpGPU<Eigen::half>);
206 Name("LogSoftmax").Device(DEVICE_GPU).TypeConstraint<Eigen::half>("T")
    [all...]
tile_ops_gpu_impl.h 51 DEFINE_DIM(Eigen::half, NDIM) \
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
data-directives-valid.s 7 # As there was some confusion about whether .half/.word/.dword imply
16 .half 0xbead
  /external/tensorflow/tensorflow/stream_executor/rocm/
rocm_dnn.h 66 const DeviceMemory<Eigen::half>& input_data,
68 const DeviceMemory<Eigen::half>& input_h_data,
70 const DeviceMemory<Eigen::half>& input_c_data,
71 const DeviceMemory<Eigen::half>& params,
73 DeviceMemory<Eigen::half>* output_data,
75 DeviceMemory<Eigen::half>* output_h_data,
77 DeviceMemory<Eigen::half>* output_c_data, bool is_training,
120 const DeviceMemory<Eigen::half>& input_data,
122 const DeviceMemory<Eigen::half>& input_h_data,
124 const DeviceMemory<Eigen::half>& input_c_data
    [all...]

Completed in 756 milliseconds

<<11121314151617181920>>