Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/
H A Dexample_proto_fast_parsing.h375 struct SparseBuffer { struct
378 SmallVector<tstring> bytes_list;
379 SmallVector<float> float_list;
380 SmallVector<int64_t> int64_list;
404 const SmallVector<T>& GetListFromBuffer(const SparseBuffer& buffer); argument
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc544 struct SparseBuffer { struct
547 SmallVector<tstring> bytes_list;
548 SmallVector<float> float_list;
549 SmallVector<int64_t> int64_list;
554 std::vector<size_t> example_end_indices;