Home
last modified time | relevance | path

Searched defs:get_epsilon (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dinstance_norm.cc32 float InstanceNorm::get_epsilon() const { in get_epsilon() function in mindspore::ops::InstanceNorm
Dfused_batch_norm.cc41 float FusedBatchNorm::get_epsilon() const { in get_epsilon() function in mindspore::ops::FusedBatchNorm
Dl2_normalize.cc34 float L2Normalize::get_epsilon() const { in get_epsilon() function in mindspore::ops::L2Normalize
Dbatch_norm.cc61 float BatchNorm::get_epsilon() const { in get_epsilon() function in mindspore::ops::BatchNorm
Dlayer_norm.cc145 float LayerNorm::get_epsilon() const { in get_epsilon() function in mindspore::ops::LayerNorm
/third_party/mindspore/mindspore/core/ops/grad/
Dbatch_norm_grad.cc32 float BatchNormGrad::get_epsilon() const { in get_epsilon() function in mindspore::ops::BatchNormGrad
/third_party/boost/libs/numeric/odeint/examples/
Dphase_oscillator_ensemble.cpp72 double get_epsilon( void ) const { return m_epsilon; } in get_epsilon() function
/third_party/boost/libs/numeric/odeint/examples/nt2/
Dphase_oscillator_ensemble.cpp78 T get_epsilon( void ) const { return m_epsilon; } in get_epsilon() function
/third_party/boost/libs/numeric/odeint/examples/thrust/
Dphase_oscillator_ensemble.cu143 value_type get_epsilon( void ) const { return m_epsilon; } in get_epsilon() function in phase_oscillator_ensemble
/third_party/boost/boost/math/policies/
Dpolicy.hpp954 inline BOOST_MATH_CONSTEXPR T get_epsilon(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE(T)) BOOST_MATH_NOEXCEPT… in get_epsilon() function