Searched refs:_unary_op (Results 1 – 1 of 1) sorted by relevance
70 def _unary_op(fn): function79 abs = _unary_op(math_ops.abs)81 conj = _unary_op(math_ops.conj)82 cos = _unary_op(math_ops.cos)83 ceil = _unary_op(math_ops.ceil)84 digamma = _unary_op(math_ops.digamma)85 erf = _unary_op(math_ops.erf)86 erfc = _unary_op(math_ops.erfc)87 erfinv = _unary_op(math_ops.erfinv)88 ndtri = _unary_op(math_ops.ndtri)[all …]