Searched refs:op_pow (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/python/ |
D | operators.hpp | 242 inline detail::operator_<detail::op_pow,L,R> 245 return detail::operator_<detail::op_pow,L,R>(); in pow() 253 inline detail::operator_<detail::op_pow,self_t,self_t> 256 return detail::operator_<detail::op_pow,self_t,self_t>(); 259 inline detail::operator_<detail::op_pow,self_t,R> 262 return detail::operator_<detail::op_pow,self_t,R>(); 265 inline detail::operator_<detail::op_pow,L,self_t> 268 return detail::operator_<detail::op_pow,L,self_t>();
|
/third_party/mindspore/mindspore/nn/optim/ |
D | lamb.py | 68 op_pow = P.Pow() 85 - op_pow(beta1, op_cast(global_step + num_one, mstype.float32))) 87 op_pow(beta2, op_cast(global_step + num_one, mstype.float32)))
|
/third_party/boost/boost/python/detail/ |
D | operator_id.hpp | 18 op_pow, enumerator
|