Home
last modified time | relevance | path

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

/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc283 typedef std::uint32_t AccumulatorType; typedef
289 AccumulatorType* accum_ptr, int depth) { in Run()
472 typedef std::uint32_t AccumulatorType; typedef
478 AccumulatorType* accum_ptr, int depth) { in Run()
590 typedef std::int32_t AccumulatorType; typedef
596 AccumulatorType* accum_ptr, int depth) { in Run()
600 AccumulatorType* dst_ptr = accum_ptr; in Run()
837 typedef std::int32_t AccumulatorType; typedef
843 AccumulatorType* accum_ptr, int depth) { in Run()
922 typedef float AccumulatorType; typedef
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.cu.cc44 struct AccumulatorType { struct
49 struct AccumulatorType<Eigen::half> { struct
128 typedef typename AccumulatorType<T>::type AccT; in BiasGradNHWC_SharedAtomics()
153 typedef typename AccumulatorType<T>::type AccT; in BiasGradNCHW_SharedAtomics()
213 shared_memory_size = bias_size * sizeof(typename AccumulatorType<T>::type); in compute()
Dbias_op.cc74 struct AccumulatorType { struct
81 struct AccumulatorType<Eigen::half> { struct
285 .template cast<typename AccumulatorType<T>::type>() in Compute()
290 using AccumT = typename AccumulatorType<T>::type; in Compute()