forked from OSchip/llvm-project
[mlir] Also update inferReturnTensorTypes (NFC)
Missed this one in the first go.
This commit is contained in:
parent
254c4d174e
commit
a5b889db7f
|
@ -88,7 +88,7 @@ namespace detail {
|
|||
// becomes more common.
|
||||
LogicalResult inferReturnTensorTypes(
|
||||
function_ref<LogicalResult(
|
||||
MLIRContext *, Optional<Location> location, ValueRange operands,
|
||||
MLIRContext *, Optional<Location> location, ValueShapeRange operands,
|
||||
DictionaryAttr attributes, RegionRange regions,
|
||||
SmallVectorImpl<ShapedTypeComponents> &retComponents)>
|
||||
componentTypeFn,
|
||||
|
|
|
@ -22,7 +22,7 @@ namespace mlir {
|
|||
|
||||
LogicalResult mlir::detail::inferReturnTensorTypes(
|
||||
function_ref<LogicalResult(
|
||||
MLIRContext *, Optional<Location> location, ValueRange operands,
|
||||
MLIRContext *, Optional<Location> location, ValueShapeRange operands,
|
||||
DictionaryAttr attributes, RegionRange regions,
|
||||
SmallVectorImpl<ShapedTypeComponents> &retComponents)>
|
||||
componentTypeFn,
|
||||
|
|
Loading…
Reference in New Issue