Method SpaceToDepth
SpaceToDepth(TensorFloat, TensorFloat, int)
Computes the output tensor by permuting data from blocks of spatial data into depth.
Declaration
public virtual void SpaceToDepth(TensorFloat X, TensorFloat O, int blocksize)
Parameters
Type | Name | Description |
---|---|---|
TensorFloat | X | The input tensor. |
TensorFloat | O | The output tensor to be computed and filled. |
int | blocksize | The size of the blocks to move the depth data into. |