Home
last modified time | relevance | path

Searched refs:nested_structure_coder (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dio.py36 nested_structure_coder = lazy_loader.LazyLoader( variable
100 coder = nested_structure_coder.StructureCoder()
137 struct_pb = nested_structure_coder.struct_pb2.StructuredValue()
139 coder = nested_structure_coder.StructureCoder()
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_serialization.py24 from tensorflow.python.saved_model import nested_structure_coder
96 coder = nested_structure_coder.StructureCoder()
106 coder = nested_structure_coder.StructureCoder()
DBUILD202 ":nested_structure_coder",
328 ":nested_structure_coder",
395 ":nested_structure_coder",
534 ":nested_structure_coder",
549 ":nested_structure_coder",
567 name = "nested_structure_coder",
568 srcs = ["nested_structure_coder.py"],
595 ":nested_structure_coder",
Dutils_impl.py34 from tensorflow.python.saved_model import nested_structure_coder
92 struct_coder = nested_structure_coder.StructureCoder()
181 struct_coder = nested_structure_coder.StructureCoder()
Dfunction_deserialization.py36 from tensorflow.python.saved_model import nested_structure_coder
174 coder = nested_structure_coder.StructureCoder()
241 coder = nested_structure_coder.StructureCoder()
Dutils_test.py35 from tensorflow.python.saved_model import nested_structure_coder
103 struct_coder = nested_structure_coder.StructureCoder()
Dnested_structure_coder_test.py33 from tensorflow.python.saved_model import nested_structure_coder
40 self._coder = nested_structure_coder.StructureCoder()
Dload.py45 from tensorflow.python.saved_model import nested_structure_coder
312 coder = nested_structure_coder.StructureCoder()
Dsave.py50 from tensorflow.python.saved_model import nested_structure_coder
758 coder = nested_structure_coder.StructureCoder()
/external/tensorflow/tensorflow/python/eager/
Dwrap_function.py40 from tensorflow.python.saved_model import nested_structure_coder
112 struct_coder = nested_structure_coder.StructureCoder()
DBUILD979 "//tensorflow/python/saved_model:nested_structure_coder",
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dload.py49 from tensorflow.python.saved_model import nested_structure_coder
762 coder = nested_structure_coder.StructureCoder()