Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.cc156 const SmallVector<int64>& GetListFromBuffer<int64>(const SparseBuffer& buffer) { in GetListFromBuffer() function
160 const SmallVector<float>& GetListFromBuffer<float>(const SparseBuffer& buffer) { in GetListFromBuffer() function
164 const SmallVector<tstring>& GetListFromBuffer<tstring>( in GetListFromBuffer() function
Dexample_proto_fast_parsing.h404 const SmallVector<T>& GetListFromBuffer(const SparseBuffer& buffer);
407 const SmallVector<int64>& GetListFromBuffer<int64>(const SparseBuffer& buffer);
410 const SmallVector<float>& GetListFromBuffer<float>(const SparseBuffer& buffer);
413 const SmallVector<tstring>& GetListFromBuffer<tstring>(
Dparse_example.cc52 using tf::example::GetListFromBuffer;
91 const auto& list = GetListFromBuffer<T>(buffer); in FillAndCopyVarLen()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc971 const SmallVector<T>& GetListFromBuffer(const SparseBuffer& buffer);
974 const SmallVector<int64>& GetListFromBuffer<int64>(const SparseBuffer& buffer) { in GetListFromBuffer() function
978 const SmallVector<float>& GetListFromBuffer<float>(const SparseBuffer& buffer) { in GetListFromBuffer() function
982 const SmallVector<tstring>& GetListFromBuffer<tstring>( in GetListFromBuffer() function
1020 const auto& list = GetListFromBuffer<T>(buffer); in FillAndCopyVarLen()