Home
last modified time | relevance | path

Searched defs:accumulator_type (Results 1 – 5 of 5) 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/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dcompute_task.cc69 std::string accumulator_type; in GetMetalDefines() local
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc2930 PrimitiveType accumulator_type = element_shape.element_type(); in EmitElementalReduce() local
3048 llvm::Type* accumulator_type = in EmitConvolution() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc3564 auto accumulator_type = ToCudnnDataType(GetConvAccumulatorType(input_type)); in GetCudnnOperationGraph() local
3641 dnn::DataType accumulator_type = GetConvAccumulatorType(input_type); in GetCudnnFusedOperationGraph() local
4276 auto accumulator_type = GetConvAccumulatorType(element_type); in DoConvolve() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1629 const ShardedVectorType& accumulator_type, HloInstruction* init_value, in EmitInnerLoopForVectorizedReduction()