Home
last modified time | relevance | path

Searched defs:AccumulatorType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/gemmlowp/standalone/
H A Dneon-gemm-kernel-benchmark.cc328 typedef std::uint32_t AccumulatorType; typedef
517 typedef std::uint32_t AccumulatorType; typedef
635 typedef std::int32_t AccumulatorType; typedef
881 typedef std::int32_t AccumulatorType; typedef
966 typedef float AccumulatorType; typedef
1053 typedef float AccumulatorType; typedef
1139 typedef float AccumulatorType; typedef
1225 typedef float AccumulatorType; typedef
1368 typedef float AccumulatorType; typedef
1557 typedef float AccumulatorType; typedef
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbias_op_gpu.cu.cc42 struct AccumulatorType { struct
43 typedef T type;
47 struct AccumulatorType<Eigen::half> { struct
48 typedef float type;
H A Dbias_op.cc76 struct AccumulatorType { struct
77 typedef T type;
83 struct AccumulatorType<Eigen::half> { struct
84 typedef float type;
/aosp_15_r20/system/media/audio_utils/
H A Dpower.cpp179 using AccumulatorType = std::conditional_t<N == 4, float32x4_t, in energyMonoVector() typedef
182 using AccumulatorType = android::audio_utils::intrinsics::internal_array_t<float, N>; in energyMonoVector() typedef