Home
last modified time | relevance | path

Searched defs:type_check (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/python/rewrite/test_obfuscate/
Dtest_decorator.py39 def type_check(func): function
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/operation/
Dtest_contains.py55 def common_test_case(func, ms_func, a, b, error=0, type_check='array'): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/offline_debug/
Dmi_validator_helpers.py94 def type_check(arg, types, arg_name): function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dflickr_op.cc121 Status type_check = CheckImageType(image_file_path, &valid); in PrepareData() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/parallel/_transformer/
Dlayers.py51 def type_check(func): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/core/
Dvalidator_helpers.py505 def type_check(arg, types, arg_name): function
/third_party/openssl/crypto/encode_decode/
Ddecoder_lib.c350 enum { IS_SAME = 0, IS_DIFFERENT = 1 } type_check; member
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/
D_checkparam.py1335 def type_check(func): function
/third_party/rust/rust/compiler/rustc_borrowck/src/
Dlib.rs88 mod type_check; module
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dmod.rs126 pub(crate) fn type_check<'mir, 'tcx>( in type_check() function