VarNode
scalation.modeling.autograd.GraphExporter.VarNode
A variable node in the exported computation graph.
Value parameters
- grad
-
optional stored gradient tensor
- id
-
unique identifier for the variable
- isOutput
-
whether this variable is the graph’s final output
- isParam
-
whether this variable represents a trainable parameter
- name
-
optional user-defined name
- shape
-
tensor shape of the variable
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article