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

Method end

tensorflow/compiler/xla/shape_tree.h:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 /*iterate_leaves_only=*/false);
165 }
166 iterator end() {
167 return iterator(&nodes_, nodes_.end(),
168 /*iterate_leaves_only=*/false);
169 }
170 const_iterator begin() const {
171 return const_iterator(&nodes_, nodes_.begin(),
172 /*iterate_leaves_only=*/false);

Callers 3

leaf_endMethod · 0.45
ShapeTreeIteratorMethod · 0.45
ShapeTreeIteratorClass · 0.45

Calls 2

iteratorClass · 0.50
const_iteratorClass · 0.50

Tested by

no test coverage detected