Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dparser.h13 TORCH_API Decl mergeTypesFromTypeComment(
H A Dparser.cpp11 Decl mergeTypesFromTypeComment( in mergeTypesFromTypeComment() function
762 decl = mergeTypesFromTypeComment(decl, type_annotation_decl, is_method); in parseFunction()
771 decl = mergeTypesFromTypeComment(decl, type_annotation_decl, is_method); in parseFunction()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dscript_init.cpp1831 m.def("merge_type_from_type_comment", &mergeTypesFromTypeComment); in initJitScriptBindings()