| 95 | } |
| 96 | |
| 97 | void Deallocator(void* data, size_t, void* arg) { |
| 98 | tensorflow::cpu_allocator()->DeallocateRaw(data); |
| 99 | *reinterpret_cast<bool*>(arg) = true; |
| 100 | } |
| 101 | |
| 102 | void receive_from_remote_async_function(TF_ParsedKey* key, |
| 103 | TF_RendezvousArgs* args, |
nothing calls this directly
no test coverage detected