Home
last modified time | relevance | path

Searched refs:SumAccumulationType (Results 1 – 12 of 12) 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()
106 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()
Dsoftmax_op.cc65 const DataType accumulation_type = XlaHelpers::SumAccumulationType(type); in Compile()
112 const DataType accumulation_type = XlaHelpers::SumAccumulationType(type); in CrossEntropyWithLogits()
Dbias_ops.cc112 XlaHelpers::SumAccumulationType(input_type(0)); in Compile()
Dscan_ops.cc70 DataType dtype = XlaHelpers::SumAccumulationType(ctx->input_type(0)); in Compile()
Dbatch_norm_op.cc184 XlaHelpers::SumAccumulationType(scale_dtype); in Compile()
Dpooling_ops.cc207 XlaHelpers::SumAccumulationType(ctx->input_type(0))) { in AvgPoolOp()
424 auto reduction_type = XlaHelpers::SumAccumulationType(ctx->input_type(1)); in Compile()
Dfake_quantize_ops.cc244 XlaHelpers::SumAccumulationType(data_type); in Compile()
Dimage_ops.cc195 const DataType accumulation_type = XlaHelpers::SumAccumulationType(type); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.h69 static DataType SumAccumulationType(const DataType& dtype);
Dxla_helpers.cc108 DataType XlaHelpers::SumAccumulationType(const DataType& dtype) { in SumAccumulationType() function in tensorflow::XlaHelpers