Searched refs:max_num_entries (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | string_split_op.cc | 199 int64 max_num_entries = 0; in Compute() local 208 max_num_entries = std::max(max_num_entries, n_entries); in Compute() 226 sp_shape(1) = max_num_entries; in Compute() 272 int64 max_num_entries = 0; in Compute() local 279 max_num_entries = std::max(max_num_entries, n_entries); in Compute() 296 sp_shape(1) = max_num_entries; in Compute()
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | profiling_listener.cc | 26 Interpreter* interpreter, uint32_t max_num_entries, in ProfilingListener() argument 33 profiler_(max_num_entries) { in ProfilingListener()
|
D | profiling_listener.h | 33 Interpreter* interpreter, uint32_t max_num_entries,
|
/external/tensorflow/tensorflow/lite/profiling/ |
D | buffered_profiler.h | 78 explicit BufferedProfiler(uint32_t max_num_entries) in BufferedProfiler() argument 79 : buffer_(max_num_entries, false), in BufferedProfiler()
|
D | profile_buffer.h | 65 ProfileBuffer(uint32_t max_num_entries, bool enabled) in ProfileBuffer() argument 66 : enabled_(enabled), current_index_(0), event_buffer_(max_num_entries) {} in ProfileBuffer()
|