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