Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc544 auto operand_and_dims = InsertReshapeIfNecessary(op, args, rewriter); in matchAndRewrite() local
546 Value operand = std::get<0>(operand_and_dims); in matchAndRewrite()
547 auto broadcast_dims = std::get<1>(operand_and_dims); in matchAndRewrite()