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

18 lines
556 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.
"""Operators for manipulating tensors.
"""
from __future__ import print_function
from tensorflow.python import batch_to_space_nd
from tensorflow.python import gather_nd
from tensorflow.python import reshape
from tensorflow.python import reverse
from tensorflow.python import roll
from tensorflow.python import scatter_nd
from tensorflow.python import space_to_batch_nd
from tensorflow.python import tile
del print_function