Searched defs:ExampleStore (Results 1 – 1 of 1) sorted by relevance
83 struct ExampleStore { struct85 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>; variable132 template class ExampleStore<Int64Filler>; variable133 template class ExampleStore<FloatFiller>; variable