Home
last modified time | relevance | path

Searched defs:function_spec (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/saved_model/
Dfunction_serialization.py26 def _serialize_function_spec(function_spec, coder): argument
Dfunction_deserialization.py154 def __init__(self, python_function, name, function_spec, concrete_functions): argument
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto94 FunctionSpec function_spec = 2; field
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py507 def function_spec(self): member in Function
Dfunction.py1278 def function_spec(self): member in Function