Home
last modified time | relevance | path

Searched defs:WriteBatch (Results 1 – 3 of 3) sorted by relevance

/external/leveldb/include/leveldb/
Ddb.h24 class WriteBatch; variable
/external/leveldb/db/
Dwrite_batch.cc29 WriteBatch::WriteBatch() { Clear(); } in WriteBatch() function in leveldb::WriteBatch
/external/tensorflow/tensorflow/core/data/
Ddataset_utils.cc639 Status WriteBatch(int64_t batch_size, int64_t num_elements, in WriteBatch() function