FreeTensor
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
freetensor::RangeToUserGrad Struct Reference

#include <user_grad.h>

Collaboration diagram for freetensor::RangeToUserGrad:
Collaboration graph
[legend]

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)
 

Constructor & Destructor Documentation

◆ RangeToUserGrad()

freetensor::RangeToUserGrad::RangeToUserGrad ( const ID oriBegin,
const ID oriEnd,
const Stmt bwdBody 
)
inline

Member Data Documentation

◆ bwdBody_

Stmt freetensor::RangeToUserGrad::bwdBody_

Backward statement (can be a scope)

◆ oriBegin_

ID freetensor::RangeToUserGrad::oriBegin_

Range of statements in the original program, inclusive.

◆ oriEnd_

ID freetensor::RangeToUserGrad::oriEnd_

The documentation for this struct was generated from the following file: