Searched defs:call_torch_function (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | torch_function.py | 204 def call_torch_function( function 346 def call_torch_function(self, tx: "InstructionTranslator", fn, types, args, kwargs): member in TensorWithTFOverrideVariable
|
H A D | user_defined.py | 661 def call_torch_function(self, tx: "InstructionTranslator", fn, types, args, kwargs): member in UserDefinedObjectVariable
|
/aosp_15_r20/external/pytorch/functorch/csrc/dim/ |
H A D | dim.cpp | 3071 PyObject* call_torch_function(PyObject *self, in call_torch_function() function
|