tf.TensorShape | TensorFlow Core v2.7.0
www.tensorflow.org › api_docs › pythonUsed in the notebooks. A TensorShape represents a possibly-partial shape specification for a Tensor. It may be one of the following: Fully-known shape: has a known number of dimensions and a known size for each dimension. e.g. TensorShape ( [16, 256]) Partially-known shape: has a known number of dimensions, and an unknown size for one or more ...