Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dshared_batch_scheduler.h269 using SchedulableBatchCallback = std::function<void()>; variable
276 SchedulableBatchCallback schedulable_batch_callback);
360 SchedulableBatchCallback schedulable_batch_callback_;
593 SchedulableBatchCallback schedulable_batch_callback) in Queue()