mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
b34e129870
PiperOrigin-RevId: 591888091
16 lines
225 B
Plaintext
16 lines
225 B
Plaintext
load("@rules_cc//cc:defs.bzl", "cc_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
cc_library(
|
|
name = "any_invocable",
|
|
)
|
|
|
|
cc_library(
|
|
name = "bind_front",
|
|
)
|
|
|
|
cc_library(
|
|
name = "function_ref",
|
|
)
|