Searched refs:DevicePointer (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ | ||
D | custom_device.h | 83 virtual void* DevicePointer() const = 0; |
D | custom_device_test.cc | 74 void* DevicePointer() const override { return nullptr; } in DevicePointer() function in tensorflow::eager::__anonc9ab998e0111::TestCustomDeviceTensorHandle |
/external/tensorflow/tensorflow/c/eager/ | ||
D | c_api.cc | 380 ->DevicePointer(); in TFE_TensorHandleDevicePointer() |