Home
last modified time | relevance | path

Searched defs:cmp_type (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Drange_v2.cc49 #define IsSameType(source_type, cmp_type) (cmp_type->equal(source_type)) argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/
Dops_front_infer_function.cc264 py::object cmp_type; in CheckPythonIsInstance() local
350 auto cmp_type = cmp->BuildType(); in CheckCmpValid() local
360 auto cmp_type = cmp_closure_first_input->BuildType(); in CheckCmpValid() local
390 auto cmp_type = cmp->BuildType(); in InferImplIsInstance() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dparser.py493 def python_isinstance(x, cmp_type): argument
500 def ms_isinstance(x, cmp_type): argument
/third_party/mesa3d/src/nouveau/compiler/nak/
Dhw_tests.rs689 let cmp_type = cmp_types[i % cmp_types.len()]; in test_op_isetp() localVariable
967 let cmp_type = types[i % 2]; in test_isetp64() localVariable
Dir.rs3649 pub cmp_type: IntCmpType, field
3677 pub cmp_type: IntCmpType, field
/third_party/openssl/crypto/x509/
Dv3_utl.c832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string()