Home
last modified time | relevance | path

Searched defs:test_attr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/c_api/
Dattribute_test.cc37 TEST_F(TestCApiAttr, test_attr) { in TEST_F() argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/mindir/
Dtest_node_attr_export.cc60 auto test_attr = load_relu->GetAttr("TestAttr"); in TEST_F() local
/third_party/python/Lib/test/test_importlib/
Dtest_main.py274 def test_attr(self): member in TestEntryPoints
/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dtest_harness.rs382 let test_attr = attr::find_by_name(&krate.attrs, sym::test_runner)?; in get_test_runner() localVariable
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/
Dtest_type_infer.py225 def test_attr(intep): function