|
| void | transformResultTypes (Operation *self, SmallVectorImpl< Type > &types) const |
| |
| Operation * | createCall (Operation *self, OpBuilder &builder, Location loc, ValueRange args) const |
| |
| Operation * | createReturn (Operation *self, OpBuilder &builder, Location loc, ValueRange args) const |
| |
◆ createCall()
| Operation * AutoDiffFuncFuncFunctionInterface::createCall |
( |
Operation * | self, |
|
|
OpBuilder & | builder, |
|
|
Location | loc, |
|
|
ValueRange | args ) const |
|
inline |
◆ createReturn()
| Operation * AutoDiffFuncFuncFunctionInterface::createReturn |
( |
Operation * | self, |
|
|
OpBuilder & | builder, |
|
|
Location | loc, |
|
|
ValueRange | args ) const |
|
inline |
◆ transformResultTypes()
| void AutoDiffFuncFuncFunctionInterface::transformResultTypes |
( |
Operation * | self, |
|
|
SmallVectorImpl< Type > & | types ) const |
|
inline |
The documentation for this class was generated from the following file: