Home
last modified time | relevance | path

Searched refs:check_bprop (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_user_define_bprop_check.py50 context.set_context(mode=context.PYNATIVE_MODE, check_bprop=True)
82 context.set_context(mode=context.PYNATIVE_MODE, check_bprop=False)
114 context.set_context(mode=context.PYNATIVE_MODE, check_bprop=True)
144 context.set_context(mode=context.PYNATIVE_MODE, check_bprop=True)
175 context.set_context(mode=context.PYNATIVE_MODE, check_bprop=True)
207 context.set_context(mode=context.PYNATIVE_MODE, check_bprop=True)
Dtest_high_order_grad.py26 context.set_context(mode=context.PYNATIVE_MODE, check_bprop=False)
/third_party/mindspore/tests/ut/python/pipeline/parse/
Dtest_parse.py42 context.set_context(check_bprop=True)
44 context.set_context(check_bprop=False)
/third_party/mindspore/tests/st/networks/
Dtest_cell_bprop.py382 context.set_context(check_bprop=True)
399 context.set_context(check_bprop=True)
420 context.set_context(check_bprop=True)
/third_party/mindspore/mindspore/ops/
Dfunctional.py80 check_bprop = P.CheckBprop() variable
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc619 auto check_bprop = in CheckBprop() local
631 inputs.push_back(check_bprop); in CheckBprop()
/third_party/mindspore/mindspore/
Dcontext.py518 enable_graph_kernel=bool, reserve_class_name_in_scope=bool, check_bprop=bool,