Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dfunction_spec.py45 def from_function_and_signature(cls, python_function, argument
512 def _validate_python_function(python_function, input_signature): argument
Ddef_function.py554 python_function, argument
782 def _clone(self, python_function): argument
1029 def python_function(self): member in Function
Dfunction.py2396 python_function, argument
2471 def python_function(self): member in Function
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_deserialization.py192 def __init__(self, python_function, name, function_spec, concrete_functions): argument