Searched refs:checkObjectSortSchema (Results 1 – 3 of 3) sorted by relevance
672 torch::jit::Function* checkObjectSortSchema(const c10::ClassTypePtr& t, std::stringstream& why_not)… in checkObjectSortSchema() function757 checkObjectSortSchema(v.type()->expect<ClassType>(), why_not); in getLessThanComparator()
46 TORCH_API torch::jit::Function* checkObjectSortSchema(
94 if (!c10::checkObjectSortSchema( in isSortableTupleType()139 return c10::checkObjectSortSchema(class_type, why_not) != nullptr; in isSortableListOfObjectsOrTuples()