oneflow.optim.SGD ================= .. currentmodule:: oneflow.optim .. autoclass:: SGD .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SGD.__delattr__ ~SGD.__dir__ ~SGD.__eq__ ~SGD.__format__ ~SGD.__ge__ ~SGD.__getattribute__ ~SGD.__gt__ ~SGD.__hash__ ~SGD.__init__ ~SGD.__init_subclass__ ~SGD.__le__ ~SGD.__lt__ ~SGD.__ne__ ~SGD.__new__ ~SGD.__reduce__ ~SGD.__reduce_ex__ ~SGD.__repr__ ~SGD.__setattr__ ~SGD.__sizeof__ ~SGD.__str__ ~SGD.__subclasshook__ ~SGD._check_variables_in_graph ~SGD._check_variables_optimizer_bound ~SGD._generate_conf_for_graph ~SGD._generate_grad_clip_conf_for_optim_conf ~SGD._generate_indexed_slices_optimizer_conf ~SGD._parse_input_parameters ~SGD.add_param_group ~SGD.clip_grad ~SGD.load_state_dict ~SGD.state_dict ~SGD.step ~SGD.zero_grad .. rubric:: Attributes .. autosummary:: ~SGD.support_sparse