Searched refs:TFE_TensorHandleDevicePointer (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | custom_device_testutil.cc | 131 TFE_TensorHandleDevicePointer(input, s)); in LoggingDeviceExecute() 182 TFE_TensorHandleDevicePointer(logged_tensor_handle, status)) in UnpackTensorHandle()
|
D | dlpack.cc | 257 auto* tf_dlm_data = TFE_TensorHandleDevicePointer(h, status); in TFE_HandleToDLPack()
|
D | c_api_experimental.h | 407 TF_CAPI_EXPORT extern void* TFE_TensorHandleDevicePointer(TFE_TensorHandle*,
|
D | c_api_experimental_test.cc | 386 void* data = TFE_TensorHandleDevicePointer(copy, status); in TEST()
|
D | c_api.cc | 367 void* TFE_TensorHandleDevicePointer(TFE_TensorHandle* h, TF_Status* status) { in TFE_TensorHandleDevicePointer() function
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-025.md | 14 dlm_tensor->dl_tensor.data = TFE_TensorHandleDevicePointer(h, status);
|
D | tfsa-2020-024.md | 24 dlm_tensor->dl_tensor.data = TFE_TensorHandleDevicePointer(h, status);
|
/external/tensorflow/tensorflow/c/eager/parallel_device/ |
D | parallel_device.cc | 294 TFE_TensorHandleDevicePointer(tensor, status)); in CopyTensorFromParallelDevice() 353 TFE_TensorHandleDevicePointer(input, status))); in ParallelDeviceExecute()
|