Home
last modified time | relevance | path

Searched defs:call_torch_function (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtorch_function.py204 def call_torch_function( function
346 def call_torch_function(self, tx: "InstructionTranslator", fn, types, args, kwargs): member in TensorWithTFOverrideVariable
H A Duser_defined.py661 def call_torch_function(self, tx: "InstructionTranslator", fn, types, args, kwargs): member in UserDefinedObjectVariable
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp3071 PyObject* call_torch_function(PyObject *self, in call_torch_function() function