Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_python_functions.py214 def get_pycname(name: BaseOperatorName) -> str:
525 kv: tuple[BaseOperatorName, list[PythonSignatureNativeFunctionPair]]
530 kv: tuple[BaseOperatorName, list[PythonSignatureNativeFunctionPair]]
894 name: BaseOperatorName,
963 name: BaseOperatorName, module: str | None, *, noarg: bool, method: bool
1050 name: BaseOperatorName,
1081 name: BaseOperatorName,
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py2497 class BaseOperatorName: class