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