Home
last modified time | relevance | path

Searched refs:inv2 (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/tests/ut/python/nn/probability/bijector/
Dtest_invert_bijector.py49 self.inv2 = msb.Invert(msb.ScalarAffine())
53 ans2 = self.inv2.inverse(x_) + self.inv2.forward(x_)
72 self.inv2 = msb.Invert(msb.ScalarAffine())
77 ans2 = self.inv2.forward_log_jacobian(x_)
97 self.inv2 = msb.Invert(msb.ScalarAffine())
101 ans2 = self.inv2.inverse_log_jacobian(x_)
/third_party/boost/libs/contract/example/meyer97/
Dstack4.hpp185 boost::contract::check inv2 = boost::contract::public_function(&right); in operator ==() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c395 instr->cat0.inv2 ? "!" : "", in print_instr()
Dir3.h307 char inv1, inv2; member
Dir3_parser.y767 cat0_src2: '!' T_P0 { instr->cat0.inv2 = true; instr->cat0.comp2 = $2 >> 1; }
/third_party/boost/libs/contract/doc/
Dadvanced.qbk207 boost::contract::check inv2 = boost::contract::public_function(object2);