Searched refs:c_api_device (Results 1 – 2 of 2) sorted by relevance
84 static PjRtDevice* GetWrapped(PjRtDevice* c_api_device) { in GetWrapped() argument85 return tensorflow::down_cast<PjRtCApiDevice*>(c_api_device)->wrapped(); in GetWrapped()
445 PjRtCApiDevice* c_api_device = client_->GetCppDevice(device); in InitDevices() local446 addressable_devices_.push_back(c_api_device); in InitDevices()