| 118 | virtual ~DeviceBase(); |
| 119 | |
| 120 | Env* env() const { return env_; } |
| 121 | |
| 122 | // Override this to return true for devices that require an Op's |
| 123 | // compute method to save references to the temporary tensors it |
no outgoing calls
no test coverage detected