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

Method empty

tensorflow/compiler/xla/shape_util.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 explicit ShapeIndex(ShapeIndexView v);
75
76 bool empty() const { return indices_.empty(); }
77 size_t size() const { return indices_.size(); }
78 void push_back(int64 value) { indices_.push_back(value); }
79 void pop_back() { indices_.pop_back(); }

Callers 15

~XRTCompilationCacheMethod · 0.45
SafeDebugPathFunction · 0.45
MakeTupleMethod · 0.45
CreateMethod · 0.45
ReportErrorMethod · 0.45
GetInputBuffersFunction · 0.45
GetUniqueNameMethod · 0.45
GetUniqueNameViewMethod · 0.45
GetNameFromLocFunction · 0.45
GetNameMethod · 0.45
ImportGraphDefFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
runOnFunctionMethod · 0.36
node_info_from_stringFunction · 0.36
TESTFunction · 0.36
testEmptyMethod · 0.36
BroadcastableDimsMethod · 0.36
TEST_FFunction · 0.36
_VariableRankTestMethod · 0.36
testTileMethod · 0.36
EqualFunctionDefLibraryFunction · 0.36
EncapsulateFunction · 0.36