(
private sessionId: number, private jsid: number,
private signature: SignatureDefEntry,
private backend: NodeJSKernelBackend)
| 197 | private disposed = false; |
| 198 | private outputNodeNames_: {[key: string]: string}; |
| 199 | constructor( |
| 200 | private sessionId: number, private jsid: number, |
| 201 | private signature: SignatureDefEntry, |
| 202 | private backend: NodeJSKernelBackend) {} |
| 203 | |
| 204 | /** |
| 205 | * Return the array of input tensor info. |
nothing calls this directly
no outgoing calls
no test coverage detected