public static TensorFlow.TFOperation AccumulatorApplyGradient(this TFGraph graph, TensorFlow.TFOutput handle, TensorFlow.TFOutput local_step, TensorFlow.TFOutput gradient, string operName = null)
 {
     return(graph.AccumulatorApplyGradient(handle, local_step, gradient, operName));
 }