Traceable

interface Traceable

Functions

accept
Link copied to clipboard
abstract fun <R> accept(v: TracingVisitor<R>): R

Inheritors

TracingRandomKey
Link copied to clipboard
TracingTensor
Link copied to clipboard

Extensions

printedForm
Link copied to clipboard
fun Traceable.printedForm(numInputs: Int? = null): String

Print a tracing tensor, with reused nodes represented using an assignment to a temporary variable.

rawPrintedForm
Link copied to clipboard
fun Traceable.rawPrintedForm(): String

Print a tracing tensor, assuming there are no reused nodes.