Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
255
template <typename TaskType>
256
size_t Batch<TaskType>::size() const {
257
{
258
mutex_lock l(mu_);
259
return size_;
260
}
261
}
262
263
template <typename TaskType>
264
bool Batch<TaskType>::IsClosed() const {
Callers
15
ProcessBatches
Method · 0.45
Schedule
Method · 0.45
SchedulingCapacity
Method · 0.45
BlockUntilThreadsAsleep
Method · 0.45
ThreadLogic
Method · 0.45
Schedule
Method · 0.45
SchedulingCapacity
Method · 0.45
ScheduleBatch
Method · 0.45
IsEmptyInternal
Method · 0.45
IsOpenBatchSchedulable
Method · 0.45
MaybeScheduleNextBatch
Method · 0.45
Schedule
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestSingleWorkerStreams
Function · 0.36
TestDistributedStreams
Function · 0.36