Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlower_general_dot.cc96 Value ProcessDotArg(Value arg, mlir::Location loc, in ProcessDotArg() function
149 auto lhs = ProcessDotArg(op.lhs(), op.getLoc(), in matchAndRewrite()
153 auto rhs = ProcessDotArg(op.rhs(), op.getLoc(), in matchAndRewrite()