GraphExecutionResult

data class GraphExecutionResult<V>(val result: V, val graph: ComputeGraph, val tape: ExecutionTape)(source)

Result of graph execution containing the computed result and execution metadata

Constructors

Link copied to clipboard
constructor(result: V, graph: ComputeGraph, tape: ExecutionTape)

Properties

Link copied to clipboard
Link copied to clipboard
val result: V
Link copied to clipboard