Home
last modified time | relevance | path

Searched defs:accumulation_type (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dlrn_ops.cc51 auto accumulation_type = XlaHelpers::SumAccumulationType(input_type(0)); in Compile() local
137 auto accumulation_type = XlaHelpers::SumAccumulationType(input_type(0)); in Compile() local
Dl2loss_op.cc38 const DataType accumulation_type = XlaHelpers::SumAccumulationType(dtype); in Compile() local
Dsoftmax_op.cc65 const DataType accumulation_type = XlaHelpers::SumAccumulationType(type); in Compile() local
112 const DataType accumulation_type = XlaHelpers::SumAccumulationType(type); in CrossEntropyWithLogits() local
Dbias_ops.cc111 const DataType accumulation_type = in Compile() local
Dbatch_norm_op.cc183 const DataType accumulation_type = in Compile() local
Dfake_quantize_ops.cc243 const DataType accumulation_type = in Compile() local
Dimage_ops.cc195 const DataType accumulation_type = XlaHelpers::SumAccumulationType(type); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dpooling.cc81 PrimitiveType accumulation_type = init_shape.element_type(); in ComputeSums() local