HomeSort by relevance Sort by last modified time
    Searched refs:AccumulatorType (Results 1 - 3 of 3) sorted by null

  /external/gemmlowp/standalone/
neon-gemm-kernel-benchmark.cc 283 typedef std::uint32_t AccumulatorType;
289 AccumulatorType* accum_ptr, int depth) {
472 typedef std::uint32_t AccumulatorType;
478 AccumulatorType* accum_ptr, int depth) {
590 typedef std::int32_t AccumulatorType;
596 AccumulatorType* accum_ptr, int depth) {
600 AccumulatorType* dst_ptr = accum_ptr;
837 typedef std::int32_t AccumulatorType;
843 AccumulatorType* accum_ptr, int depth) {
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
bias_op_gpu.cu.cc 36 struct AccumulatorType {
41 struct AccumulatorType<Eigen::half> {
119 typedef typename AccumulatorType<T>::type AccT;
144 typedef typename AccumulatorType<T>::type AccT;
204 shared_memory_size = bias_size * sizeof(typename AccumulatorType<T>::type);
bias_op.cc 71 struct AccumulatorType {
78 struct AccumulatorType<Eigen::half> {
260 .template cast<typename AccumulatorType<T>::type>()
273 .template cast<typename AccumulatorType<T>::type>()

Completed in 794 milliseconds