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