Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dblock_builder.h48 size_t CurrentSizeEstimate() const;
Dblock_builder.cc65 size_t BlockBuilder::CurrentSizeEstimate() const { in CurrentSizeEstimate() function in tensorflow::table::BlockBuilder
Dtable_builder.cc146 const size_t estimated_block_size = r->data_block.CurrentSizeEstimate(); in Add()