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

Method push_back

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

Source from the content-addressed store, hash-verified

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

Callers 15

RunMethod · 0.45
GetInputNodesInfoFunction · 0.45
CreateRestoreOpFunction · 0.45
FindVariablePartsMethod · 0.45
ConvertKVOpsMethod · 0.45
ConvertToHashImportOpMethod · 0.45
CreateIncrRestoreOpMethod · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
mainFunction · 0.36
TESTFunction · 0.36
PrepareUserInputsFunction · 0.36
PrepareUserStringInputsFunction · 0.36
EncodeByFlatBufferFunction · 0.36
mainFunction · 0.36
TESTFunction · 0.36
TestConstantFoldingMethod · 0.36
TestConstantFoldingMethod · 0.36