()
| 74 | * @doc {heading: 'Environment'} |
| 75 | */ |
| 76 | export function disposeVariables(): void { |
| 77 | ENGINE.disposeVariables(); |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * It returns the global engine that keeps track of all tensors and backends. |
nothing calls this directly
no test coverage detected
searching dependent graphs…