Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A D_ops.py1009 def __init__(self, qualified_op_name, op_name, op, overload_names): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp1759 py::list overload_names; in initJITBindings() local