Class uipc::diff_sim::EnableGradFeature
ClassList > uipc > diff_sim > EnableGradFeature
Inherits the following classes: uipc::core::Feature
Public Static Attributes
Type | Name |
---|---|
std::string_view | FeatureName = = "diff_sim/enable_grad" |
Public Functions
Type | Name |
---|---|
EnableGradFeature (S< EnableGradFeatureOverrider > overrider) |
|
bool | is_grad_enabled () const Check if parameter gradient computation is enabled. |
void | no_grad () With DiffSim on, turn off parameter gradient computation. |
void | with_grad () With DiffSim on, turn on parameter gradient computation. |
Public Functions inherited from uipc::core::IFeature
Type | Name |
---|---|
std::string_view | name () const |
std::string_view | type_name () const |
virtual | ~IFeature () = default |
Protected Functions inherited from uipc::core::IFeature
Type | Name |
---|---|
virtual std::string_view | get_name () const = 0 |
virtual std::string_view | get_type_name () const = 0 |
Public Static Attributes Documentation
variable FeatureName
Public Functions Documentation
function EnableGradFeature
function is_grad_enabled
Check if parameter gradient computation is enabled.
Returns:
true if parameter gradient computation is enabled.
function no_grad
With DiffSim on, turn off parameter gradient computation.
function with_grad
With DiffSim on, turn on parameter gradient computation.
The documentation for this class was generated from the following file include/uipc/diff_sim/enable_grad_feature.h