RenderOptions
scalation.modeling.autograd.GraphExporter.RenderOptions
case class RenderOptions(showAnnotations: Boolean = ..., edgeShapes: Boolean = ..., nodeShapes: Boolean = ..., colorScheme: String = ..., groupBy: String = ..., showLegend: Boolean = ...)
Rendering options for DOT output.
Value parameters
- colorScheme
-
color theme for rendering (reserved for future use)
- edgeShapes
-
whether to label edges with tensor shapes
- groupBy
-
grouping mode ("depth" or "none")
- nodeShapes
-
whether to display tensor shapes inside nodes
- showAnnotations
-
whether to annotate nodes that have stored gradients
- showLegend
-
whether to include a legend cluster in the DOT output
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article