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

Method front

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

Source from the content-addressed store, hash-verified

138 int64 size() const { return indices_.size(); }
139 bool empty() const { return indices_.empty(); }
140 int64 front() const {
141 CHECK(!empty());
142 return indices_.front();
143 }
144 int64 back() const {
145 CHECK(!empty());
146 return indices_.back();

Callers 15

GetStaticGraphOpsMethod · 0.45
RunMethod · 0.45
FindGatherNodeFunction · 0.45
InternalFindUniqueNodeFunction · 0.45
HoistFakeQuantsFunction · 0.45
BackgroundThreadLoopFunction · 0.45
BackgroundThreadLoopFunction · 0.45
GetRequestMethod · 0.45
GetResponseMethod · 0.45
UpdateStatsFunction · 0.45
MinValueMethod · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
CheckOutputDataFunction · 0.36
CompareRoundingResultsFunction · 0.36
CheckOutputDataFunction · 0.36
VerifyNonTrivialMethod · 0.36
TF_LITE_MICRO_TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36