Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Ddef_function.py551 python_function, argument
790 def _clone(self, python_function): argument
1074 def python_function(self): member in Function
Dfunction.py2358 def from_function_and_signature(python_function, argument
2943 python_function, argument
3018 def python_function(self): member in Function
3484 def validate_python_function(python_function): argument
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_deserialization.py194 def __init__(self, python_function, name, function_spec, concrete_functions): argument