Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632695092
  • Loading branch information
tensorflower-gardener committed May 11, 2024
1 parent b69159c commit a0a9194
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ class FakeDeviceManager : public DeviceMgr {
bool ContainsDevice(int64_t device_incarnation) const override {
return false;
}
void ClearContainers(gtl::ArraySlice<string> containers) const override {}
void ClearContainers(absl::Span<const string> containers) const override {}
int NumDeviceType(const string& type) const override { return 0; }
int NumDevices() const override { return 0; }
Device* HostCPU() const override { return nullptr; }
Expand Down

0 comments on commit a0a9194

Please sign in to comment.