# Example parser test data.

package(
    # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
    default_visibility = [
        "//tensorflow/core/example:__pkg__",
    ],
    licenses = ["notice"],
)

filegroup(
    name = "example_parser_configuration_testdata",
    srcs = [
        "parse_example_graph_def.pbtxt",
    ],
)
