Home
last modified time | relevance | path

Searched refs:checkObjectSortSchema (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Divalue.cpp672 torch::jit::Function* checkObjectSortSchema(const c10::ClassTypePtr& t, std::stringstream& why_not)… in checkObjectSortSchema() function
757 checkObjectSortSchema(v.type()->expect<ClassType>(), why_not); in getLessThanComparator()
H A Divalue.h46 TORCH_API torch::jit::Function* checkObjectSortSchema(
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops.cpp94 if (!c10::checkObjectSortSchema( in isSortableTupleType()
139 return c10::checkObjectSortSchema(class_type, why_not) != nullptr; in isSortableListOfObjectsOrTuples()