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