mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
load("@rules_cc//cc:defs.bzl", "cc_library")
|
|
|
|
cc_library(
|
|
name = "utility",
|
|
visibility = ["//visibility:public"],
|
|
)
|