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

Method leaf_end

tensorflow/compiler/xla/shape_tree.h:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 /*iterate_leaves_only=*/true);
194 }
195 iterator leaf_end() {
196 return iterator(&nodes_, nodes_.end(),
197 /*iterate_leaves_only=*/true);
198 }
199 const_iterator leaf_begin() const {
200 return const_iterator(&nodes_, nodes_.begin(),
201 /*iterate_leaves_only=*/true);

Callers

nothing calls this directly

Calls 3

iteratorClass · 0.50
const_iteratorClass · 0.50
endMethod · 0.45

Tested by

no test coverage detected