Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h72 Handle CreateHandle(size_t max_pending_count, size_t max_dead_count);
309 size_t max_pending_count, size_t max_dead_count) { in CreateHandle() argument
311 if ((max_pending_count > kMaxCountForPackedCounts) || in CreateHandle()