laywerrobot/lib/python3.6/site-packages/tensorflow/sets/__init__.py

14 lines
431 B
Python
Raw Normal View History

2020-08-27 21:55:39 +02:00
# This file is MACHINE GENERATED! Do not edit.
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
"""Tensorflow set operations.
"""
from __future__ import print_function
from tensorflow.python.ops.sets import set_difference
from tensorflow.python.ops.sets import set_intersection
from tensorflow.python.ops.sets import set_size
from tensorflow.python.ops.sets import set_union
del print_function