Home
last modified time | relevance | path

Searched defs:Arcsinh (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_arcsinh.py23 class Arcsinh(nn.Cell): class
/third_party/mindspore/mindspore-src/source/tests/st/tensor/
Dtest_arcsinh.py22 class Arcsinh(nn.Cell): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/
Dnp_dtypes.cc612 struct Arcsinh { struct
613 T operator()(T a) { return T(std::asinh(static_cast<float>(a))); } in operator ()()