| 116 | } |
| 117 | |
| 118 | Literal::Literal(const Shape& shape) |
| 119 | : Literal(shape, /*allocate_arrays=*/true) {} |
| 120 | |
| 121 | void Literal::SetPiece(const Shape& shape, Piece* piece, bool allocate_arrays) { |
| 122 | if (shape.IsTuple()) { |
nothing calls this directly
no test coverage detected