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
Result of graph execution containing the computed result and execution metadata