(
private readonly graphModel: GraphModel|GraphModel<io.IOHandlerSync>,
private readonly assets: string|Blob)
| 64 | */ |
| 65 | export class TFDFModel implements InferenceModel { |
| 66 | constructor( |
| 67 | private readonly graphModel: GraphModel|GraphModel<io.IOHandlerSync>, |
| 68 | private readonly assets: string|Blob) {} |
| 69 | |
| 70 | get inputs() { |
| 71 | return this.graphModel.inputs; |
nothing calls this directly
no outgoing calls
no test coverage detected