Home
last modified time | relevance | path

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

/third_party/mindspore/tests/mindspore_test_framework/utils/
Dbprop_util.py39 self.with_sens = False
41 self.with_sens = True
46 if self.with_sens:
50 elif self.with_sens:
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dops.h35 …explicit UnpackGraphPrimitive(const std::string &name, const bool &with_sens, const bool &need_unp… in UnpackGraphPrimitive() argument
36 … : Primitive("UnpackGraph"), with_sens_in_args_(with_sens), need_unpack_args_(need_unpack_args) {} in UnpackGraphPrimitive()
/third_party/mindspore/tests/ut/python/parameter_feature/
Dtest_var_grad.py85 self.with_sens = False
89 self.with_sens = True
94 if self.with_sens:
98 elif self.with_sens: