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