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