Searched defs:python_function (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | def_function.py | 554 python_function, argument 782 def _clone(self, python_function): argument 1029 def python_function(self): member in Function
|
H A D | function_spec.py | 45 def from_function_and_signature(cls, python_function, argument 512 def _validate_python_function(python_function, input_signature): argument
|
H A D | function.py | 2396 python_function, argument 2471 def python_function(self): member in Function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | function_deserialization.py | 192 def __init__(self, python_function, name, function_spec, concrete_functions): argument
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/jit/ |
H A D | rpc_test.py | 488 def python_function(): function
|