MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / size

Method size

tensorflow/core/kernels/batching_util/batch_scheduler.h:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255template <typename TaskType>
256size_t Batch<TaskType>::size() const {
257 {
258 mutex_lock l(mu_);
259 return size_;
260 }
261}
262
263template <typename TaskType>
264bool Batch<TaskType>::IsClosed() const {

Callers 15

ProcessBatchesMethod · 0.45
ScheduleMethod · 0.45
SchedulingCapacityMethod · 0.45
ThreadLogicMethod · 0.45
ScheduleMethod · 0.45
SchedulingCapacityMethod · 0.45
ScheduleBatchMethod · 0.45
IsEmptyInternalMethod · 0.45
ScheduleMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestSingleWorkerStreamsFunction · 0.36
TestDistributedStreamsFunction · 0.36