Searched defs:cloneWithRealTypes (Results 1 – 1 of 1) sorted by relevance
21 FunctionSchema FunctionSchema::cloneWithRealTypes(bool with_symint) const { in cloneWithRealTypes() function in c10::FunctionSchema25 auto cloneWithRealTypes = [&](const Argument& a) { in cloneWithRealTypes() local