Returns the op segment of this device. The caller can reuse op kernels registered for the same session running on this device.
| 164 | // Returns the op segment of this device. The caller can reuse op |
| 165 | // kernels registered for the same session running on this device. |
| 166 | OpSegment* op_segment() { return &op_seg_; } |
| 167 | |
| 168 | // Returns the resource manager associated w/ this device. |
| 169 | virtual ResourceMgr* resource_manager() { return rmgr_; } |
no outgoing calls
no test coverage detected