GraphShapeN Method |
Namespace: Emgu.TF
public Operation ShapeN( Output input, Nullable<DataType> out_type = null, string opName = "ShapeN" )
Public Function ShapeN ( input As Output, Optional out_type As Nullable(Of DataType) = Nothing, Optional opName As String = "ShapeN" ) As Operation
public: Operation^ ShapeN( Output^ input, Nullable<DataType^>^ out_type = nullptr, String^ opName = L"ShapeN" )
member ShapeN : input : Output * ?out_type : Nullable<DataType> * ?opName : string (* Defaults: let _out_type = defaultArg out_type null let _opName = defaultArg opName "ShapeN" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.ShapeN(Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]
2019 Emgu Corporation, All Rights Reserved,