|
FreeTensor
|
#include <user_grad.h>

Public Member Functions | |
| RangeToUserGrad (const ID &oriBegin, const ID &oriEnd, const Stmt &bwdBody) | |
Public Attributes | |
| ID | oriBegin_ |
| Range of statements in the original program, inclusive. | |
| ID | oriEnd_ |
| Stmt | bwdBody_ |
| Backward statement (can be a scope) | |
|
inline |
| Stmt freetensor::RangeToUserGrad::bwdBody_ |
Backward statement (can be a scope)
| ID freetensor::RangeToUserGrad::oriBegin_ |
Range of statements in the original program, inclusive.
| ID freetensor::RangeToUserGrad::oriEnd_ |