Searched refs:CurrentSizeEstimate (Results 1 – 3 of 3) sorted by relevance
48 size_t CurrentSizeEstimate() const;
65 size_t BlockBuilder::CurrentSizeEstimate() const { in CurrentSizeEstimate() function in tensorflow::table::BlockBuilder
146 const size_t estimated_block_size = r->data_block.CurrentSizeEstimate(); in Add()