Home
last modified time | relevance | path

Searched refs:GetListFromBuffer (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc884 const SmallVector<T>& GetListFromBuffer(const SparseBuffer& buffer);
887 const SmallVector<int64>& GetListFromBuffer<int64>(const SparseBuffer& buffer) { in GetListFromBuffer() function
891 const SmallVector<float>& GetListFromBuffer<float>(const SparseBuffer& buffer) { in GetListFromBuffer() function
895 const SmallVector<string>& GetListFromBuffer<string>( in GetListFromBuffer() function
933 const auto& list = GetListFromBuffer<T>(buffer); in FillAndCopyVarLen()