Files
tensorflow--tensorflow/tensorflow/cc/saved_model/python/BUILD
T
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00

19 lines
432 B
Python

# Description:
# CLIF wrappers for TensorFlow SavedModels.
load("//tensorflow/core/platform:build_config.bzl", "tf_py_clif_cc")
package(
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
default_visibility = ["//visibility:public"],
licenses = ["notice"],
)
tf_py_clif_cc(
name = "loader",
srcs = ["loader.clif"],
deps = [
"//tensorflow/cc/saved_model:loader",
],
)