| 134 | * The model is saved to and loaded from browser's IndexedDB. |
| 135 | */ |
| 136 | export class SaveableLSTMTextGenerator extends LSTMTextGenerator { |
| 137 | /** |
| 138 | * Constructor of NeuralNetworkTextGenerator. |
| 139 | * |
nothing calls this directly
no outgoing calls
no test coverage detected