GraphPlaceholderWithDefault Method |
Namespace: Emgu.TF
public Operation PlaceholderWithDefault( Output input, long[] shape, string opName = "PlaceholderWithDefault" )
Public Function PlaceholderWithDefault ( input As Output, shape As Long(), Optional opName As String = "PlaceholderWithDefault" ) As Operation
public: Operation^ PlaceholderWithDefault( Output^ input, array<long long>^ shape, String^ opName = L"PlaceholderWithDefault" )
member PlaceholderWithDefault : input : Output * shape : int64[] * ?opName : string (* Defaults: let _opName = defaultArg opName "PlaceholderWithDefault" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,