| 961 | namespace { |
| 962 | |
| 963 | string ShapeToString(bool print_layout, const Shape& shape) { |
| 964 | return print_layout ? ShapeUtil::HumanStringWithLayout(shape) |
| 965 | : ShapeUtil::HumanString(shape); |
| 966 | } |
| 967 | |
| 968 | void ToStringHelper(const LiteralBase& literal, const ShapeIndex& shape_index, |
| 969 | bool print_shape, bool print_layout, |
no outgoing calls
no test coverage detected