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

Method ForEachElementWithStatus

tensorflow/compiler/xla/shape_tree.h:611–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609template <typename T>
610template <typename Fn>
611Status ShapeTree<T>::ForEachElementWithStatus(const Fn& func) const {
612 return ForEachHelper(func, nodes_);
613}
614
615template <typename T>
616template <typename Fn>

Callers 2

ExpandTreeOfTuplesMethod · 0.45
MakeTupleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected