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