GraphVariableShape Method |
Namespace: Emgu.TF
public Operation VariableShape( Output input, Nullable<DataType> out_type = null, string opName = "VariableShape" )
Public Function VariableShape ( input As Output, Optional out_type As Nullable(Of DataType) = Nothing, Optional opName As String = "VariableShape" ) As Operation
public: Operation^ VariableShape( Output^ input, Nullable<DataType> out_type = nullptr, String^ opName = L"VariableShape" )
member VariableShape : input : Output * ?out_type : Nullable<DataType> * ?opName : string (* Defaults: let _out_type = defaultArg out_type null let _opName = defaultArg opName "VariableShape" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,