()
| 998 | } |
| 999 | |
| 1000 | isTapeOn(): boolean { |
| 1001 | return this.state.gradientDepth > 0 && this.state.kernelDepth === 0; |
| 1002 | } |
| 1003 | |
| 1004 | private addTapeNode( |
| 1005 | kernelName: string, inputs: NamedTensorMap, outputs: Tensor[], |
no outgoing calls
no test coverage detected