Home
last modified time | relevance | path

Searched refs:OneInputBprop (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/st/auto_monad/
Dtest_auto_monad_mindtester.py603 class OneInputBprop(Cell): class
634 net = OneInputBprop()
646 net = OneInputBprop()
/third_party/mindspore/tests/st/networks/
Dtest_cell_bprop.py228 class OneInputBprop(nn.Cell): class
243 net = OneInputBprop()
/third_party/mindspore/tests/ut/python/ops/
Dtest_control_ops.py454 class OneInputBprop(nn.Cell): class
456 super(OneInputBprop, self).__init__()
485 net = OneInputBprop(funcs)