Constructor Transpose
Transpose(string, string, int[])
Initializes and returns an instance of Transpose layer with permutations as an array of integers.
Declaration
public Transpose(string name, string input, int[] permutations)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name to use for the output tensor of the layer. |
| string | input | The name to use for the input tensor of the layer. |
| int[] | permutations | The axes to sample the output tensor from in the input tensor. |