mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
316bbe87c6
PiperOrigin-RevId: 421941454 Change-Id: Ia374f1e5d169d1f28989ae8a2d336b41cc7cac9d
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
load("@rules_cc//cc:defs.bzl", "cc_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
cc_library(
|
|
name = "bits",
|
|
)
|
|
|
|
cc_library(
|
|
name = "int128",
|
|
linkopts = ["-labsl_int128"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "representation",
|
|
)
|