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.

Constructors

Link copied to clipboard
constructor(nodeId: String, outputIndex: Int, spec: TensorSpec)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard