Home
last modified time | relevance | path

Searched defs:serialized_example (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Dcifar_input.py67 def _parser(serialized_example): argument
/external/tensorflow/tensorflow/examples/how_tos/reading_data/
Dfully_connected_reader.py47 def decode(serialized_example): argument
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder_test.py107 def DecodeExample(self, serialized_example, item_handler, image_format): argument
132 def RunDecodeExample(self, serialized_example, item_handler, image_format): argument
Dtfexample_decoder.py497 def decode(self, serialized_example, items=None): argument
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc85 static ExampleTensorMap serialized_example; member
127 ExampleTensorMap ExampleStore<T>::serialized_example; member in tensorflow::ExampleStore<T>
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc350 string serialized_example; in Fuzz() local
Dexample_proto_fast_parsing.cc530 const string& serialized_example, const string& example_name, in FastParseSerializedExample()