GraphPlaceholder Method |
Namespace: Emgu.TF
public Operation Placeholder( DataType dtype, long[] shape = null, string opName = "Placeholder" )
Public Function Placeholder ( dtype As DataType, Optional shape As Long() = Nothing, Optional opName As String = "Placeholder" ) As Operation
public: Operation^ Placeholder( DataType dtype, array<long long>^ shape = nullptr, String^ opName = L"Placeholder" )
member Placeholder : dtype : DataType * ?shape : int64[] * ?opName : string (* Defaults: let _shape = defaultArg shape null let _opName = defaultArg opName "Placeholder" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.Placeholder(Emgu.TF.DataType,System.Int64[],System.String)"]
2018 Emgu Corporation, All Rights Reserved,