# TensorFlow code for training gradient boosted trees.

package(
    default_visibility = ["//tensorflow:internal"],
    licenses = ["notice"],  # Apache 2.0
)

py_library(
    name = "examples_pip",
    deps = [
        "//tensorflow/contrib/eager/python/examples/densenet:densenet_lib",
        "//tensorflow/contrib/eager/python/examples/gan:mnist_lib",
        "//tensorflow/contrib/eager/python/examples/l2hmc",
        "//tensorflow/contrib/eager/python/examples/l2hmc:neural_nets",
        "//tensorflow/contrib/eager/python/examples/linear_regression:linear_regression_lib",
        "//tensorflow/contrib/eager/python/examples/resnet50",
        "//tensorflow/contrib/eager/python/examples/revnet",
        "//tensorflow/contrib/eager/python/examples/revnet:config",
        "//tensorflow/contrib/eager/python/examples/rnn_colorbot:rnn_colorbot_lib",
        "//tensorflow/contrib/eager/python/examples/rnn_ptb:rnn_ptb_lib",
        "//tensorflow/contrib/eager/python/examples/spinn:data",
    ],
)
