Home
last modified time | relevance | path

Searched defs:check_value (Results 1 – 14 of 14) sorted by relevance

/third_party/jerryscript/tests/jerry/
Dfunction-construct.js47 var check_value = 10; variable
/third_party/python/Lib/test/
Dtest_grp.py11 def check_value(self, value): member in GroupDatabaseTestCase
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Dvalue_based_eliminate.cc31 …ueWith(const AnfNodePtr &node, const ScalarCheckingMode &checking_mode, const float &check_value) { in IsNodeScalarTrueWith()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/offline_debug/
Dmi_validator_helpers.py34 def check_value(arg, valid_range, arg_name=""): function
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dmap_tensor.cc185 bool check_value = in CheckData() local
/third_party/skia/tests/
DJSONTest.cpp323 void check_value(skiatest::Reporter* reporter, const Value& v, const char* expected_string) { in check_value() function
/third_party/skia/m133/tests/
DJSONTest.cpp342 void check_value(skiatest::Reporter* reporter, const Value& v, const char* expected_string) { in check_value() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dlinear_sum_assignment_cpu_kernel.cc42 inline bool check_value(const T *cost, int64_t nr, int64_t nc) { in check_value() function
/third_party/jerryscript/tests/unit-core/
Dtest-api.cpp1067 char check_value[] = "{\"name\":\"John\"}"; variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/core/
Dvalidator_helpers.py79 def check_value(value, valid_range, arg_name="", left_open_interval=False, right_open_interval=Fals… function
/third_party/mindspore/mindspore-src/source/tests/st/fallback/
Dtest_graph_fallback_runtime_none.py590 def check_value(self, x): # pylint: disable=R1711 member in test_none_is_return_of_sub_graph_control_flow.Net
/third_party/PyYAML/lib/yaml/
Dscanner.py721 def check_value(self): member in Scanner
/third_party/python/Lib/
Doptparse.py761 def check_value(self, opt, value): member in Option
/third_party/musl/ldso/linux/
Ddynlink.c1711 uint64_t check_value = begin_check | end_check; in add_pac_info() local