Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h318 static Status ForEachMutableHelper(const Fn& func, std::vector<Node>* nodes);
640 Status ShapeTree<T>::ForEachMutableHelper(const Fn& func, in ForEachMutableHelper() function
657 return ForEachMutableHelper(func, &nodes_); in ForEachMutableElementWithStatus()
675 return ForEachMutableHelper( in ForEachMutableElement()
Dliteral.h454 return ForEachMutableHelper( in ForEachMutableSubpiece()
468 return ForEachMutableHelper( in ForEachMutableSubpieceWithStatus()
525 Status ForEachMutableHelper(const Fn& func, Piece* piece, in ForEachMutableHelper() function
531 ForEachMutableHelper(func, &piece->children_[i], index)); in ForEachMutableHelper()