()
| 204 | } |
| 205 | |
| 206 | override memory() { |
| 207 | return { |
| 208 | // Unreliable due to automatic gc. The numbers above are cumulative. |
| 209 | unreliable: true, |
| 210 | reasons: |
| 211 | ['The reported memory is an upper bound. Due to automatic garbage ' + |
| 212 | 'collection, the true allocated memory may be less.'] |
| 213 | }; |
| 214 | } |
| 215 | |
| 216 | where(condition: Tensor): Tensor2D { |
| 217 | assertNotComplex([condition], 'where'); |
nothing calls this directly
no outgoing calls
no test coverage detected