Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/
H A Dnative_function_generation.py502 def return_str(rets: tuple[Return, ...], names: list[str]) -> str: function
H A Dgen_functionalization_type.py168 def return_str(rets: tuple[Return, ...], names: list[str]) -> str: function
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dfunction_schema.cpp251 auto return_str = return_ss.str(); in operator <<() local
/aosp_15_r20/system/tools/aidl/
Dgenerate_java_binder.cpp1235 std::string return_str; in GenerateDelegatorMethod() local
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c4136 int return_str; /* if false, return bytes */ in _posix_listdir() local