Returns true if this ScratchSpace is in host memory.
| 394 | |
| 395 | // Returns true if this ScratchSpace is in host memory. |
| 396 | bool on_host() const { return on_host_; } |
| 397 | |
| 398 | protected: |
| 399 | OpKernelContext* context() const { return context_; } |
no outgoing calls