Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc2785 SmallVector<int32_t, 4> shuffled_reduction; in FoldOperandsPermutation() local
2787 std::back_inserter(shuffled_reduction), in FoldOperandsPermutation()
2792 auto type = mlir::RankedTensorType::get(shuffled_reduction.size(), in FoldOperandsPermutation()
2794 auto values = mlir::DenseIntElementsAttr::get(type, shuffled_reduction); in FoldOperandsPermutation()