tensorflow/third_party/robin_map/BUILD
Peter Hawkins 8b38fcb728 [XLA] Add nanobind and robin_map to XLA Bazel configuration.
I am planning to use nanobind inside xla/python (replacing uses of pybind11), and this change adds Bazel mappings for
* nanobind, and
* robin_map, which is a hash map implementation used internally by nanobind.

PiperOrigin-RevId: 610427944
2024-02-26 09:20:49 -08:00

2 lines
85 B
Python

# copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])