def emit_Squeeze(self, IR_node): self.add_body(2, "{:<15} = torch.squeeze({})".format( IR_node.variable_name, self.parent_variable_name(IR_node) ))