static */
| 132 | } |
| 133 | |
| 134 | /* static */ Layout LayoutUtil::GetDefaultLayoutForR4() { |
| 135 | return CreateDefaultLayoutForRank(4); |
| 136 | } |
| 137 | |
| 138 | /* static */ void LayoutUtil::SetToDefaultLayout(Shape* shape) { |
| 139 | if (shape->IsTuple()) { |
nothing calls this directly
no test coverage detected