12 lines
239 B
Python
12 lines
239 B
Python
# TensorFlow API backwards compatibility test goldens for tf.experimental.numpy.
|
|
|
|
package(
|
|
default_visibility = ["//visibility:public"],
|
|
licenses = ["notice"],
|
|
)
|
|
|
|
filegroup(
|
|
name = "api_golden",
|
|
srcs = glob(["*.pbtxt"]),
|
|
)
|