Skip to content

Commit

Permalink
Removed redundant line.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangqiaorjc committed Jun 22, 2021
1 parent c27921c commit 00a159f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jax/lib/xla_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ def register_backend_factory(name, factory, *, priority=0):
else:
register_backend_factory('cpu', xla_client.make_cpu_client,
priority=0)
register_backend_factory('cpu', xla_client.make_cpu_client,
priority=0)
register_backend_factory('tpu_driver', _make_tpu_driver_client,
priority=100)
register_backend_factory('gpu', xla_client.make_gpu_client,
Expand Down

0 comments on commit 00a159f

Please sign in to comment.