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

16 lines
606 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.
"""Operations for manipulating the binary representations of integers.
"""
from __future__ import print_function
from tensorflow.python.ops.bitwise_ops import bitwise_and
from tensorflow.python.ops.bitwise_ops import bitwise_or
from tensorflow.python.ops.bitwise_ops import bitwise_xor
from tensorflow.python.ops.bitwise_ops import invert
from tensorflow.python.ops.bitwise_ops import left_shift
from tensorflow.python.ops.bitwise_ops import right_shift
del print_function