Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp674 struct TestTuple in iterate() struct
676 TestTuple() {} in iterate() argument
677 TestTuple(deUint32 m, deUint32 n, deUint32 k) : M(m), N(n), K(k) {} in iterate() function
679 bool operator<(const TestTuple &other) const in iterate()
686 deUint32 M, N, K; in iterate()
/third_party/rust/rust/src/tools/clippy/tests/ui/author/
Dstruct.rs25 struct TestTuple(u32); in main() struct
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp999 struct TestTuple in iterate() struct
1001 TestTuple() {} in iterate() function
1002 TestTuple(deUint32 m, deUint32 n, deUint32 k) : M(m), N(n), K(k) {} in iterate() function
1004 bool operator<(const TestTuple &other) const in iterate()
1011 deUint32 M, N, K; in iterate()
/third_party/python/Lib/test/
Dtest_iterlen.py94 class TestTuple(TestInvariantWithoutMutations, unittest.TestCase): class
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ir/
Ddtype_test.cc77 TEST_F(TestDType, TestTuple) { in TEST_F() argument