# This file is MACHINE GENERATED! Do not edit.
# Generated by: tensorflow/python/tools/api/generator2/generator/generator.py script.
"""Public API for tf._api.v2.sets namespace
"""

import sys as _sys

from tensorflow.python.ops.sets_impl import set_difference as difference # line: 208
from tensorflow.python.ops.sets_impl import set_intersection as intersection # line: 137
from tensorflow.python.ops.sets_impl import set_size as size # line: 30
from tensorflow.python.ops.sets_impl import set_union as union # line: 289
