| 478 | } |
| 479 | |
| 480 | string TensorShapeOld::DebugString() const { |
| 481 | return strings::StrCat( |
| 482 | "[", absl::StrJoin(gtl::ArraySlice<int64>(dim_sizes_), ","), "]"); |
| 483 | } |
| 484 | |
| 485 | string TensorShapeOld::DebugString(const TensorShapeProto& proto) { |
| 486 | string s = "["; |