Fix typos in InferTypeOpInterface.

PiperOrigin-RevId: 274866986
Change-Id: I7fcd11514e0445bf9d245f775ff7dbdaee0162c6
This commit is contained in:
Jacques Pienaar 2019-10-15 12:50:51 -07:00 committed by TensorFlower Gardener
parent 0330d34590
commit f1fdcd3158

View File

@ -16,8 +16,7 @@
// =============================================================================
//
// This file contains a set of interfaces that can be used to define information
// related to call-like and callable operations. Each of which are defined along
// with the respective interface below.
// related to type inference.
//
//===----------------------------------------------------------------------===//
@ -47,8 +46,8 @@ def InferTypeOpInterface : OpInterface<"InferTypeOpInterface"> {
The method takes an optional location which, if set, will be used to
report errors on. The operands and attributes correspond to those with
which an Operation would be created (e.g., as used in Operation;:create).
Regions are the nested regions of the op.
which an Operation would be created (e.g., as used in Operation::create)
and the regions of the op.
}],
/*retTy=*/"SmallVector<Type, 2>",
/*methodName=*/"inferReturnTypes",