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

Method ForEachMutableElementWithStatus

tensorflow/compiler/xla/shape_tree.h:617–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615template <typename T>
616template <typename Fn>
617Status ShapeTree<T>::ForEachMutableElementWithStatus(const Fn& func) {
618 return ForEachMutableHelper(func, &nodes_);
619}
620
621template <typename T>
622template <typename Fn>

Callers 3

ExecuteOnStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected