Home
last modified time | relevance | path

Searched refs:ForEachMutableHelper (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h315 static Status ForEachMutableHelper(const Fn& func, std::vector<Node>* nodes);
598 Status ShapeTree<T>::ForEachMutableHelper(const Fn& func, in ForEachMutableHelper() function
615 return ForEachMutableHelper(func, &nodes_); in ForEachMutableElementWithStatus()
633 return ForEachMutableHelper( in ForEachMutableElement()
Dliteral.h421 return ForEachMutableHelper( in ForEachMutableSubpiece()
435 return ForEachMutableHelper( in ForEachMutableSubpieceWithStatus()
489 Status ForEachMutableHelper(const Fn& func, Piece* piece, in ForEachMutableHelper() function
495 ForEachMutableHelper(func, &piece->children_[i], index)); in ForEachMutableHelper()