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