()
| 1872 | } |
| 1873 | |
| 1874 | async load(): Promise<io.ModelArtifacts> { |
| 1875 | return this.includeWeights ? {modelTopology, weightSpecs, weightData} : |
| 1876 | {modelTopology}; |
| 1877 | } |
| 1878 | } |
| 1879 | |
| 1880 | // A dummy IOHandler that doesn't have the `load` method implemented and |
no outgoing calls
no test coverage detected