com.microsoft - View#

View - 1 (com.microsoft)#

Version

  • name: View (GitHub)

  • domain: com.microsoft

  • since_version: 1

  • function:

  • support_level:

  • shape inference:

This version of the operator has been available since version 1 of domain com.microsoft.

Summary

View. The output tensors are views of the input, according to the shapes provided.

Inputs

Between 2 and 2147483647 inputs.

  • input (heterogeneous) - T: Input tensor.

  • shapes (variadic, heterogeneous) - tensor(int64): Shapes of each view output. The shapes must adds up to the input buffer size.

Outputs

Between 1 and 2147483647 outputs.

  • outputs (variadic, heterogeneous) - T: Output tensors viewed according the shapes input. It has a one to one mapping to the shapes input

Examples