Searched defs:_call_func (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ | ||
H A D | ctx_manager.py | 495 def _call_func(self, tx: "InstructionTranslator", values): member in GradModeVariable |
H A D | torch_function.py | 142 def _call_func(self, tx, values): member in TorchFunctionModeVariable |
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ | ||
H A D | template.py | 330 def _call_func(self, args, kwargs): member in Template |