* Probe whether a key already exists in the FeedDict. * @param key
(key: SymbolicTensor)
| 119 | * @param key |
| 120 | */ |
| 121 | hasKey(key: SymbolicTensor): boolean { |
| 122 | return this.id2Value[key.id] != null; |
| 123 | } |
| 124 | |
| 125 | /** |
| 126 | * Get all the SymbolicTensor available in this FeedDict. |
no outgoing calls
no test coverage detected