Home
last modified time | relevance | path

Searched refs:SumAccumulationType (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops.cc34 XlaHelpers::SumAccumulationType(ctx->input_type(0))) {} in SumOp()
51 XlaHelpers::SumAccumulationType(ctx->input_type(0))) {} in ProdOp()
120 XlaHelpers::SumAccumulationType(ctx->input_type(0))) {} in MeanOp()
Dlrn_ops.cc51 auto accumulation_type = XlaHelpers::SumAccumulationType(input_type(0)); in Compile()
137 auto accumulation_type = XlaHelpers::SumAccumulationType(input_type(0)); in Compile()
Dl2loss_op.cc38 const DataType accumulation_type = XlaHelpers::SumAccumulationType(dtype); in Compile()
Dlower_upper_bound_ops.cc67 const DataType accumulation_type = XlaHelpers::SumAccumulationType(out_dtype); in BuildLowerUpperBoundOp()
Dsoftmax_op.cc90 const DataType accumulation_type = XlaHelpers::SumAccumulationType(type); in Compile()
137 const DataType accumulation_type = XlaHelpers::SumAccumulationType(type); in CrossEntropyWithLogits()
Dbias_ops.cc112 XlaHelpers::SumAccumulationType(input_type(0)); in Compile()
Dscan_ops.cc68 DataType dtype = XlaHelpers::SumAccumulationType(ctx->input_type(0)); in Compile()
Dpooling_ops.cc215 XlaHelpers::SumAccumulationType(ctx->input_type(0))) { in AvgPoolOp()
445 auto reduction_type = XlaHelpers::SumAccumulationType(ctx->input_type(1)); in Compile()
Dbatch_norm_op.cc310 XlaHelpers::SumAccumulationType(scale_dtype); in Compile()
Dfake_quantize_ops.cc295 XlaHelpers::SumAccumulationType(data_type); in Compile()
Dimage_ops.cc197 const DataType accumulation_type = XlaHelpers::SumAccumulationType(type); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.h70 static DataType SumAccumulationType(const DataType& dtype);
Dxla_helpers.cc106 DataType XlaHelpers::SumAccumulationType(const DataType& dtype) { in SumAccumulationType() function in tensorflow::XlaHelpers