Searched defs:tanh_f (Results 1 – 1 of 1) sorted by relevance
119 struct tanh_f { struct120 Tensor operator()(const Tensor& t) const { return at::tanh(t); } in operator ()()