HomeSort by relevance Sort by last modified time
    Searched refs:max_pending (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 583 void GetMaxPendingCounts(const Node* n, size_t* max_pending,
602 *max_pending = initial_count;
662 size_t max_pending, max_dead; local
663 GetMaxPendingCounts(n, &max_pending, &max_dead);
665 frame_info->pending_counts_layout.CreateHandle(max_pending, max_dead);
1408 size_t max_pending, max_dead; local
    [all...]
  /external/skia/infra/bots/recipe_modules/swarming/
api.py 596 max_pending = max(pending_times) if pending_times else 0
599 if max_pending > 10:
600 step_presentation.step_text += '<br>swarming pending %ds' % max_pending
    [all...]
  /external/skqp/infra/bots/recipe_modules/swarming/
api.py 596 max_pending = max(pending_times) if pending_times else 0
599 if max_pending > 10:
600 step_presentation.step_text += '<br>swarming pending %ds' % max_pending
    [all...]

Completed in 242 milliseconds