GraphTranspose Method |
Namespace: Emgu.TF
public Operation Transpose( Output x, Output perm, string opName = "Transpose" )
Public Function Transpose ( x As Output, perm As Output, Optional opName As String = "Transpose" ) As Operation
public: Operation^ Transpose( Output^ x, Output^ perm, String^ opName = L"Transpose" )
member Transpose : x : Output * perm : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "Transpose" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,