Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dtable_builder.cc146 const size_t estimated_block_size = r->data_block.CurrentSizeEstimate(); in Add() local
147 if (estimated_block_size >= r->options.block_size) { in Add()