Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder_test.py45 encoded = self._coder.encode_structure(structure)
57 encoded = self._coder.encode_structure(structure)
72 encoded = self._coder.encode_structure(structure)
86 encoded = self._coder.encode_structure(structure)
102 encoded = self._coder.encode_structure(named_tuple)
122 encoded = self._coder.encode_structure(structure)
133 encoded = self._coder.encode_structure(structure)
143 encoded = self._coder.encode_structure(structure)
156 encoded = self._coder.encode_structure(structure)
167 encoded = self._coder.encode_structure(structure)
[all …]
Dfunction_serialization.py43 coder.encode_structure(
48 coder.encode_structure(function_spec.input_signature))
79 coder.encode_structure(concrete_function.structured_input_signature))
81 coder.encode_structure(structured_outputs))
Dnested_structure_coder.py86 def encode_structure(self, nested_structure): member in StructureCoder
110 self.encode_structure(nested_structure)
Dutils_impl.py93 spec_proto = struct_coder.encode_structure(spec)
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dio.py101 encoded = coder.encode_structure(dataset.element_spec)