# TensorFlow code for training gradient boosted trees.
licenses(["notice"])  # Apache 2.0

package(default_visibility = ["//tensorflow:internal"])

py_library(
    name = "examples_pip",
    deps = [
        "//tensorflow/contrib/eager/python/examples/linear_regression",
        "//tensorflow/contrib/eager/python/examples/mnist",
        "//tensorflow/contrib/eager/python/examples/resnet50",
        "//tensorflow/contrib/eager/python/examples/rnn_colorbot",
        "//tensorflow/contrib/eager/python/examples/rnn_ptb",
        "//tensorflow/contrib/eager/python/examples/spinn:data",
    ],
)
