Searched refs:TFE_TensorHandleDeviceType (Results 1 – 3 of 3) sorted by relevance
422 const char* device_type = TFE_TensorHandleDeviceType(h, status.get()); in TEST()444 const char* device_type = TFE_TensorHandleDeviceType(hcpu, status.get()); in TEST()466 device_type = TFE_TensorHandleDeviceType(retvals[0], status.get()); in TEST()496 const char* device_type = TFE_TensorHandleDeviceType(h_default, status.get()); in TEST()505 const char* device_type_cpu = TFE_TensorHandleDeviceType(h_cpu, status.get()); in TEST()
647 TF_CAPI_EXPORT extern const char* TFE_TensorHandleDeviceType(
717 const char* TFE_TensorHandleDeviceType(TFE_TensorHandle* h, TF_Status* status) { in TFE_TensorHandleDeviceType() function