(config: InputConfig)
| 159 | * @doc {heading: 'Models', subheading: 'Inputs'} |
| 160 | */ |
| 161 | export function input(config: InputConfig): SymbolicTensor { |
| 162 | return Input(config); |
| 163 | } |
| 164 | |
| 165 | export function registerCallbackConstructor( |
| 166 | verbosityLevel: number, |
no test coverage detected
searching dependent graphs…