GraphRandomGammaGrad Method |
Namespace: Emgu.TF
public Operation RandomGammaGrad( Output alpha, Output sample, string opName = "RandomGammaGrad" )
Public Function RandomGammaGrad ( alpha As Output, sample As Output, Optional opName As String = "RandomGammaGrad" ) As Operation
public: Operation^ RandomGammaGrad( Output^ alpha, Output^ sample, String^ opName = L"RandomGammaGrad" )
member RandomGammaGrad : alpha : Output * sample : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "RandomGammaGrad" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,