GraphValue
data class GraphValue<out T : DType>(val nodeId: String, val outputIndex: Int, val spec: TensorSpec)(source)
Symbolic value flowing through the DAG DSL. Every value is produced by a node output.
Symbolic value flowing through the DAG DSL. Every value is produced by a node output.