def forward()

in clip/model.py [0:0]


    def forward(self, x: torch.Tensor):
        return x * torch.sigmoid(1.702 * x)