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

Method begin

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

Source from the content-addressed store, hash-verified

84 using container_type = absl::InlinedVector<int64, 2>;
85
86 container_type::const_iterator begin() const { return indices_.begin(); }
87 container_type::const_iterator end() const { return indices_.end(); }
88 container_type::iterator begin() { return indices_.begin(); }
89 container_type::iterator end() { return indices_.end(); }

Callers 4

push_frontMethod · 0.45
beginMethod · 0.45
ShapeIndexMethod · 0.45
ForEachIndexInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected