static */
| 922 | } |
| 923 | |
| 924 | /* static */ Status ShapeUtil::ForEachMutableSubshapeWithStatus( |
| 925 | Shape* shape, const MutatingStatusVisitorFunction& func) { |
| 926 | ShapeIndex index; |
| 927 | return ForEachMutableSubshapeHelper(shape, func, &index); |
| 928 | } |
| 929 | |
| 930 | /* static */ Shape ShapeUtil::PermuteDimensions( |
| 931 | absl::Span<const int64> permutation, const Shape& shape) { |
nothing calls this directly
no test coverage detected