Home
last modified time | relevance | path

Searched refs:IsSubClass (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/nn/probability/distribution/_utils/
Dcustom_ops.py29 checktype = P.IsSubClass()
51 checktype = P.IsSubClass()
/third_party/mindspore/tests/ut/python/ops/
Dtest_array_ops_check.py110 'block': (P.IsSubClass(), {'exception': TypeError, 'error_keywords': ['IsSubClass']}),
115 'block': (P.IsSubClass(), {'exception': TypeError, 'error_keywords': ['IsSubClass']}),
/third_party/mindspore/mindspore/nn/grad/
Dcell_grad.py80 self.issubclass_ = P.IsSubClass()
141 self.issubclass_ = P.IsSubClass()
/third_party/mindspore/mindspore/nn/probability/distribution/
Dgeometric.py159 self.issubclass = P.IsSubClass()
Dcategorical.py145 self.issubclass = P.IsSubClass()
/third_party/mindspore/mindspore/nn/probability/bijector/
Dbijector.py97 self.issubclass_base = P.IsSubClass()
/third_party/mindspore/mindspore/ops/operations/
D__init__.py26 IsInstance, IsSubClass, ArgMaxWithValue, OnesLike, ZerosLike,
Darray_ops.py359 class IsSubClass(PrimitiveWithInfer): class
/third_party/mindspore/mindspore/ops/
Dfunctional.py35 issubclass_ = P.IsSubClass()
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_array_ops.py43 is_sub_class = P.IsSubClass()
Dgrad_math_ops.py36 is_sub_class = P.IsSubClass()