TapeRecorder
Simple tape recorder that collects forward pass records. Zero-cost when not installed in the ExecutionContext (hooks == null).
Types
Link copied to clipboard
data class Entry(val moduleId: String, val moduleName: String, val modulePath: String?, val inputSpec: TensorSpec?, val outputSpec: TensorSpec?, val paramRefs: List<String>)