Struct TraceableFunction#
Defined inFile function.h
Inheritance Relationships#
Base Type#
publictorch::autograd::Node(Struct Node)
Struct Documentation#
- structTraceableFunction:publictorch::autograd::Node#
SeeNode::is_traceable() for definition.
Public Functions
- inlinevirtualboolis_traceable()final#
Returns true if this function is traceable.
An op is traceable if all operations happening within
apply()are performed on autogradVariables(i.e. apply mostly instantiates and applies other functions).
- inlinevirtualboolis_traceable()final#