tape
fun tape(baseOps: TensorOps = VoidTensorOps(), tapeFactory: (GraphExecutionContext) -> ExecutionTape = { _ -> DefaultExecutionTape() }): DefaultGraphExecutionContext(source)
Tape-only preset: tape is created on startRecording(); traces are appended via TapeSink.