Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfull_type_util_test.cc729 TEST(IsSubtype, Reflexivity) { in TEST() argument
738 TEST(IsSubtype, Copy) { in TEST() argument
749 TEST(IsSubtype, Any) { in TEST() argument
762 TEST(IsSubtype, Unset) { in TEST() argument
775 TEST(IsSubtype, Covariance) { in TEST() argument
792 TEST(IsSubtype, DifferentTypesNotSubtype) { in TEST() argument
806 TEST(IsSubtype, DifferentAritiesDefaultToAny) { in TEST() argument
820 TEST(IsSubtype, DifferentArgsNotSubtype) { in TEST() argument
H A Dfull_type_util.cc373 bool IsSubtype(const FullTypeDef& lhs, const FullTypeDef& rhs, bool covariant) { in IsSubtype() function