Searched refs:tensor_expm1 (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ops/ | ||
D | functional.py | 76 tensor_expm1 = P.Expm1() variable |
/third_party/mindspore/mindspore/numpy/ | ||
D | math_ops.py | 1837 return _apply_tensor_op(F.tensor_expm1, x, dtype=dtype) |