Searched refs:IsInstance (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/tests/ut/python/pynative_mode/ops/ |
D | test_isinstance.py | 21 assert P.IsInstance()([1, 2, 3], ms.list_) is True 22 assert P.IsInstance()((1, 2, 3), ms.tuple_) is True 23 assert P.IsInstance()(1.0, ms.float_) is True 24 assert P.IsInstance()(1, ms.int_) is True
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetPassConfig.h | 57 bool IsInstance = false; variable 62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr() 65 bool isInstance() const { return IsInstance; } in isInstance() 68 assert(!IsInstance && "Not a Pass ID"); in getID() 73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_array_ops_check.py | 43 self.op = P.IsInstance()
|
/third_party/mindspore/mindspore/ops/_grad_experimental/ |
D | grad_math_ops.py | 63 is_instance_op = P.IsInstance()
|
D | grad_array_ops.py | 31 is_instance_op = P.IsInstance()
|
/third_party/mindspore/mindspore/ops/operations/ |
D | __init__.py | 26 IsInstance, IsSubClass, ArgMaxWithValue, OnesLike, ZerosLike,
|
D | array_ops.py | 401 class IsInstance(PrimitiveWithInfer): class
|
/third_party/mindspore/mindspore/ops/ |
D | functional.py | 36 isinstance_ = P.IsInstance()
|