Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_lhlo.cc108 SmallVector<Value, 1> results_shape; in ConvertResults() local
109 auto status = shape_type_op.reifyReturnTypeShapes(rewriter, results_shape); in ConvertResults()
113 results_shape[result.index()], &rewriter)); in ConvertResults()
390 SmallVector<Value, 1> results_shape; in matchAndRewrite() local
392 if (failed(shape_type_op.reifyReturnTypeShapes(rewriter, results_shape))) in matchAndRewrite()
396 op->getLoc(), result, results_shape.front(), &rewriter); in matchAndRewrite()