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

Method back

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

Source from the content-addressed store, hash-verified

91 const int64* data() const { return indices_.data(); }
92
93 int64 back() const { return indices_.back(); }
94 int64& back() { return indices_.back(); }
95
96 const int64& operator[](size_t i) const { return indices_[i]; }

Callers 15

SparsifyGatherInternalFunction · 0.45
SortByExecutionOrderFunction · 0.45
DoesOpTypeMatchMethod · 0.45
ExtractColumnTypeMethod · 0.45
NewMethod · 0.45
NewMethod · 0.45
MergeLastElementsFunction · 0.45
MergeMethod · 0.45
CompressMethod · 0.45
GenerateQuantilesMethod · 0.45
MaxValueMethod · 0.45

Calls

no outgoing calls

Tested by 15

MergeLastElementsFunction · 0.36
TEST_FFunction · 0.36
AddNodeMethod · 0.36
TestGraphMethod · 0.36
AddTfOpMethod · 0.36
TESTFunction · 0.36
CheckOutputDataFunction · 0.36
CompareRoundingResultsFunction · 0.36
CheckOutputDataFunction · 0.36