16 lines
606 B
Python
16 lines
606 B
Python
|
# 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
|