OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_num_entries
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/lite/profiling/
profile_buffer.h
68
ProfileBuffer(uint32_t
max_num_entries
, bool enabled)
69
: enabled_(enabled), current_index_(0), event_buffer_(
max_num_entries
) {}
/external/tensorflow/tensorflow/core/kernels/
string_split_op.cc
199
int64
max_num_entries
= 0;
variable
208
max_num_entries
= std::max(
max_num_entries
, n_entries);
226
sp_shape(1) =
max_num_entries
;
272
int64
max_num_entries
= 0;
variable
279
max_num_entries
= std::max(
max_num_entries
, n_entries);
296
sp_shape(1) =
max_num_entries
;
Completed in 573 milliseconds