Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc83 struct ExampleStore { struct
85 static ExampleTensorMap serialized_example;
86 static std::once_flag flags_init;
89 static ExampleTensorMap& GetSerializedExample() { in GetSerializedExample()
104 typedef T Filler;
105 static void AddExample(ExampleTensorMap* examples, int num_keys, in AddExample()
131 template class ExampleStore<BytesFiller>; variable
132 template class ExampleStore<Int64Filler>; variable
133 template class ExampleStore<FloatFiller>; variable