Home
last modified time | relevance | path

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

/external/gemmlowp/standalone/
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 …]
/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.cu.cc42 struct AccumulatorType { struct
43 typedef T type;
47 struct AccumulatorType<Eigen::half> { struct
48 typedef float type;
Dbias_op.cc73 struct AccumulatorType { struct
74 typedef T type;
80 struct AccumulatorType<Eigen::half> { struct
81 typedef float type;