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

Method ConsumeBack

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

Source from the content-addressed store, hash-verified

151 return result;
152 }
153 ShapeIndexView ConsumeBack() const {
154 ShapeIndexView result = *this;
155 result.indices_.remove_suffix(1);
156 return result;
157 }
158 ShapeIndex ToShapeIndex() const { return ShapeIndex(begin(), end()); }
159
160 bool operator==(const ShapeIndexView& other) const;

Callers 2

TESTFunction · 0.80
AppendBuffersForFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64