graph(%self, %input, %conv): %first_output = prim::CallMethod[name="forward"](%conv, %input) %second_output = aten::relu(%first_output) return (%second_output)