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.py259 python_function, argument
498 def python_function(self): member in Function
Dfunction.py943 def from_function_and_signature(python_function, input_signature): argument
1217 python_function, argument
1273 def python_function(self): member in Function
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_deserialization.py154 def __init__(self, python_function, name, function_spec, concrete_functions): argument