| 70 | }; |
| 71 | |
| 72 | bool IsCPUDevice(const Device* d) { |
| 73 | return d == nullptr || d->tensorflow_gpu_device_info() == nullptr; |
| 74 | } |
| 75 | |
| 76 | // Givens the 'call', prepares the token and inputs as a python tuple |
| 77 | // that is appropriate for calling the trampoline. |
no test coverage detected