GraphConst Method |
Namespace: Emgu.TF
public Operation Const( Tensor value, DataType dtype, string opName = "Const" )
Public Function Const ( value As Tensor, dtype As DataType, Optional opName As String = "Const" ) As Operation
public: Operation^ Const( Tensor^ value, DataType dtype, String^ opName = L"Const" )
member Const : value : Tensor * dtype : DataType * ?opName : string (* Defaults: let _opName = defaultArg opName "Const" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,