Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc743 SmallVector<linalg::ReassociationExprs, 4> reassociation_map( in matchAndRewrite() local
754 reassociation_map[curr_dst_dim].push_back( in matchAndRewrite()
759 reassociation_map[curr_dst_dim].push_back( in matchAndRewrite()
767 reassociation_map[curr_dst_dim].push_back( in matchAndRewrite()
822 reshape_op.getLoc(), result_type, args[0], reassociation_map); in matchAndRewrite()
827 reshape_op, result_type, args[0], reassociation_map); in matchAndRewrite()