Skip to content

shape

Shape.

This layer outputs a shape of input.
The data type of output is int32.


Parameters

  • origin: String, original channel-position when importing from other deep-learning frameworks.
    'chl' for channel last or 'chf' for channel first.
    The output blob values depend on this parameter; e.g. if input blob shape is [1, 7, 7, 32], 'chl' outputs [1, 7, 7, 32] and 'chf' outputs [1, 32, 7, 7]. The default is 'chl'.