GraphSparseAccumulatorApplyGradient Method |
Namespace: Emgu.TF
public Operation SparseAccumulatorApplyGradient( Output handle, Output local_step, Output gradient_indices, Output gradient_values, Output gradient_shape, bool has_known_shape, string opName = "SparseAccumulatorApplyGradient" )
Public Function SparseAccumulatorApplyGradient ( handle As Output, local_step As Output, gradient_indices As Output, gradient_values As Output, gradient_shape As Output, has_known_shape As Boolean, Optional opName As String = "SparseAccumulatorApplyGradient" ) As Operation
public: Operation^ SparseAccumulatorApplyGradient( Output^ handle, Output^ local_step, Output^ gradient_indices, Output^ gradient_values, Output^ gradient_shape, bool has_known_shape, String^ opName = L"SparseAccumulatorApplyGradient" )
member SparseAccumulatorApplyGradient : handle : Output * local_step : Output * gradient_indices : Output * gradient_values : Output * gradient_shape : Output * has_known_shape : bool * ?opName : string (* Defaults: let _opName = defaultArg opName "SparseAccumulatorApplyGradient" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,