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

Method empty

tensorflow/core/framework/ev_allocator.h:144–144  ·  view source on GitHub ↗

Is list empty?

Source from the content-addressed store, hash-verified

142
143 // Is list empty?
144 bool empty() const { return list_.empty(); }
145
146 void Push(void* ptr) {
147 list_.push_front(ptr);

Callers 15

TryPopMethod · 0.45
AllocateMethod · 0.45
CreateAllocatorMethod · 0.45
FromProtoMethod · 0.45
SummarizeArrayFunction · 0.45
NodeDefBuilderTestClass · 0.45
TESTFunction · 0.45
AllocateRawMethod · 0.45
ExplicitShapesFunction · 0.45
WordWrapFunction · 0.45
ConvertLineFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TEST_FFunction · 0.36
ConstantTailTestFunction · 0.36
TESTFunction · 0.36