Home
last modified time | relevance | path

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

/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc328 typedef std::uint32_t AccumulatorType; typedef
334 AccumulatorType* accum_ptr, int depth) { in Run()
517 typedef std::uint32_t AccumulatorType; typedef
523 AccumulatorType* accum_ptr, int depth) { in Run()
635 typedef std::int32_t AccumulatorType; typedef
641 AccumulatorType* accum_ptr, int depth) { in Run()
644 AccumulatorType* dst_ptr = accum_ptr; in Run()
881 typedef std::int32_t AccumulatorType; typedef
887 AccumulatorType* accum_ptr, int depth) { in Run()
966 typedef float AccumulatorType; typedef
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.cu.cc42 struct AccumulatorType { struct
47 struct AccumulatorType<Eigen::half> { struct
130 typedef typename AccumulatorType<T>::type AccT; in BiasGradNHWC_SharedAtomics()
155 typedef typename AccumulatorType<T>::type AccT; in BiasGradNCHW_SharedAtomics()
228 shared_memory_size = bias_size * sizeof(typename AccumulatorType<T>::type); in compute()
Dbias_op.cc73 struct AccumulatorType { struct
80 struct AccumulatorType<Eigen::half> { struct
258 using AccumT = typename AccumulatorType<T>::type; in Compute()