Home
last modified time | relevance | path

Searched refs:StructureCoder (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder.py48 class StructureCoder(object): class
137 StructureCoder.register_codec(_ListCodec())
180 StructureCoder.register_codec(_TupleCodec())
203 StructureCoder.register_codec(_DictCodec())
238 StructureCoder.register_codec(_NamedTupleCodec())
261 StructureCoder.register_codec(_Float64Codec())
284 StructureCoder.register_codec(_Int64Codec())
311 StructureCoder.register_codec(_StringCodec())
334 StructureCoder.register_codec(_NoneCodec())
357 StructureCoder.register_codec(_BoolCodec())
[all …]
Dfunction_serialization.py78 coder = nested_structure_coder.StructureCoder()
Dfunction_deserialization.py180 coder = nested_structure_coder.StructureCoder()
Dnested_structure_coder_test.py34 self._coder = nested_structure_coder.StructureCoder()
Dload.py73 coder = nested_structure_coder.StructureCoder()
Dsave.py552 coder = nested_structure_coder.StructureCoder()