Esempio n. 1
0
 def _prox(self, alpha, input):
     return thresh.l1_proj(self.epsilon, input)
Esempio n. 2
0
 def _prox(self, alpha, input):
     with backend.get_device(input):
         return thresh.l1_proj(self.epsilon, input)