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

Method ConsumeFront

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

Source from the content-addressed store, hash-verified

146 return indices_.back();
147 }
148 ShapeIndexView ConsumeFront() const {
149 ShapeIndexView result = *this;
150 result.indices_.remove_prefix(1);
151 return result;
152 }
153 ShapeIndexView ConsumeBack() const {
154 ShapeIndexView result = *this;
155 result.indices_.remove_suffix(1);

Callers 4

TESTFunction · 0.80
HandleGetTupleElementMethod · 0.80
ExecuteOnStreamMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64