Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1010 const size_t kMiniBatchSizeBytes = 50000; in FastParseExample() local
1023 if (minibatch_bytes > kMiniBatchSizeBytes) { in FastParseExample()