GraphStochasticCastToInt Method |
Namespace: Emgu.TF
public Operation StochasticCastToInt( Output input, Output key, Output counter, Output alg, DataType Tout, string opName = "StochasticCastToInt" )
Public Function StochasticCastToInt ( input As Output, key As Output, counter As Output, alg As Output, Tout As DataType, Optional opName As String = "StochasticCastToInt" ) As Operation
public: Operation^ StochasticCastToInt( Output^ input, Output^ key, Output^ counter, Output^ alg, DataType Tout, String^ opName = L"StochasticCastToInt" )
member StochasticCastToInt : input : Output * key : Output * counter : Output * alg : Output * Tout : DataType * ?opName : string (* Defaults: let _opName = defaultArg opName "StochasticCastToInt" *) -> Operation
2024 Emgu Corporation, All Rights Reserved,