()
| 57 | |
| 58 | // Returns the version information for the tensorflow model GraphDef. |
| 59 | get modelVersion(): string { |
| 60 | return this.version; |
| 61 | } |
| 62 | |
| 63 | get inputNodes(): string[] { |
| 64 | return this.executor.inputNodes; |
nothing calls this directly
no outgoing calls
no test coverage detected