Searched defs:decode_fn (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | nested_structure_coder.py | 152 def do_decode(self, value, decode_fn): argument 192 def do_decode(self, value, decode_fn): argument 212 def do_decode(self, value, decode_fn): argument 240 def do_decode(self, value, decode_fn): argument 263 def do_decode(self, value, decode_fn): argument 283 def do_decode(self, value, decode_fn): argument 307 def do_decode(self, value, decode_fn): argument 327 def do_decode(self, value, decode_fn): argument 347 def do_decode(self, value, decode_fn): argument 368 def do_decode(self, value, decode_fn): argument [all …]
|
H A D | nested_structure_coder_test.py | 452 def do_decode(self, value, decode_fn): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | variant_op_registry.cc | 73 const string& type_name, const VariantDecodeFn& decode_fn) { in RegisterDecodeFn() 96 UnaryVariantOpRegistry::VariantDecodeFn* decode_fn = in DecodeUnaryVariant() local
|
H A D | variant_op_registry_test.cc | 111 auto* decode_fn = in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/ |
H A D | structure.py | 193 def _from_tensor_list_helper(decode_fn, element_spec, tensor_list): argument
|