Home
last modified time | relevance | path

Searched refs:encode_structure (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/saved_model/
Dfunction_serialization.py29 proto.fullargspec.CopyFrom(coder.encode_structure(function_spec.fullargspec))
32 coder.encode_structure(function_spec.args_to_prepend))
34 coder.encode_structure(function_spec.kwargs_to_include))
36 coder.encode_structure(function_spec.input_signature))
59 coder.encode_structure(concrete_function.structured_input_signature))
61 coder.encode_structure(structured_outputs))
Dnested_structure_coder_test.py39 encoded = self._coder.encode_structure(structure)
51 encoded = self._coder.encode_structure(structure)
66 encoded = self._coder.encode_structure(structure)
80 encoded = self._coder.encode_structure(structure)
96 encoded = self._coder.encode_structure(named_tuple)
116 encoded = self._coder.encode_structure(structure)
127 encoded = self._coder.encode_structure(structure)
137 encoded = self._coder.encode_structure(structure)
150 encoded = self._coder.encode_structure(structure)
161 encoded = self._coder.encode_structure(structure)
Dnested_structure_coder.py73 def encode_structure(self, nested_structure): member in StructureCoder
97 self.encode_structure(nested_structure)