Home
last modified time | relevance | path

Searched defs:accumulator_type (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsoftmax_op_gpu.cu.cc63 using accumulator_type = T; typedef
68 using accumulator_type = float; typedef
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-scan.hpp47 typedef rxu::decay_t<Accumulator> accumulator_type; typedef
Drx-reduce.hpp88 typedef rxu::decay_t<Accumulator> accumulator_type; typedef
104 typedef typename traits::accumulator_type accumulator_type; typedef
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-predef.hpp312 typedef rxu::decay_t<Accumulator> accumulator_type; typedef
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1568 const ShardedVectorType& accumulator_type, HloInstruction* init_value, in EmitInnerLoopForVectorizedReduction()
1823 PrimitiveType accumulator_type = reduce->shape().element_type(); in EmitElementalReduce() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc2696 auto accumulator_type = GetConvAccumulatorType(element_type); in DoConvolve() local
2932 DeviceMemory<ElementType>* output_data, dnn::DataType accumulator_type, in DoFusedConvolveImpl()