Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc2351 size_t max_num_rows = 0; in FastParseSequenceExample() local
2411 max_num_rows = std::max(max_num_rows, num_rows); in FastParseSequenceExample()
2419 out_shape(1) = max_num_rows; in FastParseSequenceExample()