***1**: 1D tensor that is equal to input tensor shape. Number of elements is equal to input tensor rank. Can be empty 1D tensor if input tensor is a scalar, that mean 0-dimensional tensor.
**Example**
```xml
<layer...type="ShapeOf">
<input>
<portid="0">
<dim>2</dim>
<dim>3</dim>
<dim>224</dim>
<dim>224</dim>
</port>
</input>
<output>
<portid="1"><!-- output value is: [2,3,224,224]-->