Searched refs:TFE_TensorHandleDeviceType (Results 1 – 3 of 3) sorted by relevance
419 const char* device_type = TFE_TensorHandleDeviceType(h, status.get()); in TEST()441 const char* device_type = TFE_TensorHandleDeviceType(hcpu, status.get()); in TEST()463 device_type = TFE_TensorHandleDeviceType(retvals[0], status.get()); in TEST()493 const char* device_type = TFE_TensorHandleDeviceType(h_default, status.get()); in TEST()502 const char* device_type_cpu = TFE_TensorHandleDeviceType(h_cpu, status.get()); in TEST()
586 TF_CAPI_EXPORT extern const char* TFE_TensorHandleDeviceType(
651 const char* TFE_TensorHandleDeviceType(TFE_TensorHandle* h, TF_Status* status) { in TFE_TensorHandleDeviceType() function