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

Method empty

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

Source from the content-addressed store, hash-verified

226
227template <typename TaskType>
228bool Batch<TaskType>::empty() const {
229 {
230 mutex_lock l(mu_);
231 return tasks_.empty();
232 }
233}
234
235template <typename TaskType>
236const TaskType& Batch<TaskType>::task(int i) const {

Callers 15

DecodeCompressedOpMethod · 0.45
ComputeMethod · 0.45
TryAttemptLockedMethod · 0.45
DecodeCSVOpMethod · 0.45
ComputeMethod · 0.45
ExtractFieldsMethod · 0.45
TakeMethod · 0.45
ComputeMethod · 0.45
BiasGrad2DInternalFunction · 0.45
VerifyConv2DWithBiasMethod · 0.45

Calls

no outgoing calls

Tested by 15

VerifyConv2DWithBiasMethod · 0.36
IterToStringFunction · 0.36
ComputeMethod · 0.36
FuseInternalMethod · 0.36
TESTFunction · 0.36
~CacheDatasetOpTestMethod · 0.36