Property length length The number of elements represented by the TensorShape. For example a shape of (1, 2, 3, 4) represents 24 elements: 1 * 2 * 3 * 4. Declaration public int length { get; } Property Value Type Description int