Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dtf_concrete_function_revival_state.h56 absl::optional<const FunctionSpec*> function_spec; member
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto102 FunctionSpec function_spec = 2; field
136 FunctionSpec function_spec = 4; field
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_serialization.py29 def _serialize_function_spec(function_spec, coder): argument
Dfunction_deserialization.py190 def __init__(self, python_function, name, function_spec, concrete_functions): argument
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dsaved_model_utils.cc450 const FunctionSpec& function_spec = saved_function.function_spec(); in PartiallyReviveSavedModelObjects() local
/external/tensorflow/tensorflow/python/eager/
Dfunction.py1508 function_spec=None): argument
1587 def _set_function_spec(self, function_spec): argument
3009 def function_spec(self): member in Function
Ddef_function.py1055 def function_spec(self): member in Function