()
| 207 | } |
| 208 | |
| 209 | async iterator(): Promise<LazyIterator<FitDatasetElement>> { |
| 210 | return new FakeNumericIterator(this.args); |
| 211 | } |
| 212 | } |
| 213 | |
| 214 | // We can't use Dataset.map(...) because we don't depend on tfjs-data here, |
no outgoing calls
no test coverage detected