Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dfunction_schema.cpp21 FunctionSchema FunctionSchema::cloneWithRealTypes(bool with_symint) const { in cloneWithRealTypes() function in c10::FunctionSchema
25 auto cloneWithRealTypes = [&](const Argument& a) { in cloneWithRealTypes() local