Home
last modified time | relevance | path

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

/external/pytorch/torchgen/
Dnative_function_generation.py502 def return_str(rets: tuple[Return, ...], names: list[str]) -> str: function
Dgen_functionalization_type.py168 def return_str(rets: tuple[Return, ...], names: list[str]) -> str: function
/external/pytorch/aten/src/ATen/core/
Dfunction_schema.cpp251 auto return_str = return_ss.str(); in operator <<() local
/external/python/cpython3/Modules/
Dposixmodule.c4457 int return_str; /* if false, return bytes */ in _posix_listdir() local