Tensor Transformations

tf.convert_to_tensor

[TOC]

Casting

TensorFlow provides several operations that you can use to cast tensor data
types in your graph.

Shapes and Shaping

TensorFlow provides several operations that you can use to determine the shape
of a tensor and change the shape of a tensor.

Slicing and Joining

TensorFlow provides several operations to slice or extract parts of a tensor,
or join multiple tensors together.

Fake quantization

Operations used to help train for better quantization accuracy.