Searched defs:IsSubtype (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | full_type_util_test.cc | 729 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 D | full_type_util.cc | 373 bool IsSubtype(const FullTypeDef& lhs, const FullTypeDef& rhs, bool covariant) { in IsSubtype() function
|