Searched defs:acts (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/ |
D | test_rnnt_loss.py | 27 def construct(self, acts, labels, act_lens, label_lens): argument
|
/third_party/boost/boost/spirit/home/classic/utility/ |
D | rule_parser.hpp | 393 # define BOOST_SPIRIT_RP_IMPL_I(name,pars,acts,mbrs,expr) \ argument 400 # define BOOST_SPIRIT_RP_IMPL_II(name,name_t,pars,np,acts,na,mbrs,nm,x) \ argument 408 # define BOOST_SPIRIT_RP_IMPL_III(name,name_t,pars,np,acts,na,mbrs,nm,x) \ argument 542 # define BOOST_SPIRIT_RP_AP_HANDLER(name_t,np,acts,na,ns) \ argument 608 # define BOOST_SPIRIT_RP_CTOR(what,pars,np,acts) \ argument 615 # define BOOST_SPIRIT_RP_CTOR_COMMA(what,pars,np,acts) \ argument 621 # define BOOST_SPIRIT_RP_TPL_PARAMS(pars,acts,prefix,defaults) \ argument
|
/third_party/mindspore/mindspore/ops/_grad/ |
D | grad_nn_ops.py | 898 def bprop(acts, labels, act_lens, label_lens, out, dout): argument
|