Searched defs:GetListFromBuffer (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc797 const SmallVector<T>& GetListFromBuffer(const SparseBuffer& buffer);
800 const SmallVector<int64>& GetListFromBuffer<int64>(const SparseBuffer& buffer) { function in namespace:tensorflow::example::__anon26811
804 const SmallVector<float>& GetListFromBuffer<float>(const SparseBuffer& buffer) { function in namespace:tensorflow::example::__anon26811
808 const SmallVector<string>& GetListFromBuffer<string>( function in namespace:tensorflow::example::__anon26811
846 const auto& list = GetListFromBuffer<T>(buffer);

Completed in 103 milliseconds