| 1987 | } |
| 1988 | |
| 1989 | int64 LiteralBase::size_bytes(const ShapeIndex& shape_index) const { |
| 1990 | return piece(shape_index).size_bytes(); |
| 1991 | } |
| 1992 | |
| 1993 | string LiteralBase::GetR1U8AsString() const { |
| 1994 | CHECK(shape().IsArray()); |
no outgoing calls
no test coverage detected