Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/test/util/
H A Doptional_test.cpp99 class SelfCompareTest : public testing::TestWithParam<std::optional<int>> {}; class
101 TEST_P(SelfCompareTest, SelfCompare) { in TEST_P() argument