DefaultExecutionTape
open class DefaultExecutionTape(var session: TraceSession = sk.ainet.lang.trace.TraceSession()) : ExecutionTape(source)
Default implementation of ExecutionTape
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Record a high-level OpTrace into this tape (used by TapeSink).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun toComputeGraph(synthesizeExternalInputs: Boolean = false, inputTensorIds: Set<String> = emptySet()): ComputeGraph