HomeSort by relevance Sort by last modified time
    Searched defs:ForEachMutableElement (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.h 130 void ForEachMutableElement(const Fn& fn) {
131 tree_.ForEachMutableElement([&fn](const ShapeIndex& index, Elem* elem) {
  /external/tensorflow/tensorflow/compiler/xla/
shape_tree.h 262 void ForEachMutableElement(const Fn& func);
610 void ShapeTree<T>::ForEachMutableElement(const Fn& func) {
628 ForEachMutableElement([this, &other, &source_base_index, &target_base_index](

Completed in 187 milliseconds