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

Method pop_back

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

Source from the content-addressed store, hash-verified

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(); }
80
81 // push_front is O(n), but shapes don't usually have a ton of dimensions.
82 void push_front(int64 value) { indices_.insert(indices_.begin(), value); }

Callers 15

GetMonolithicTensorKeyFunction · 0.80
SparsifyGatherInternalFunction · 0.80
SortByExecutionOrderFunction · 0.80
NewMethod · 0.80
NewMethod · 0.80
MergeLastElementsFunction · 0.80
GetKeyAndStepIdMethod · 0.80
GetOrCreateSubStreamMethod · 0.80
ReturnSubStreamMethod · 0.80
GetBinaryDirFunction · 0.80
GetBinaryDirFunction · 0.80
PartitionMethod · 0.80

Calls

no outgoing calls

Tested by 9

MergeLastElementsFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
BM_executorFunction · 0.64
TestOnlyResetMethod · 0.64
BM_executorFunction · 0.64
TYPED_TESTFunction · 0.64