Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dkernel_mapping_scheme.h175 is_row_reduction_(is_row_reduction) { in ReductionCodegenInfo()
217 bool IsRowReduction() const { return is_row_reduction_; } in IsRowReduction()
236 bool is_row_reduction_; variable