| 1354 | } |
| 1355 | |
| 1356 | Status BundleReader::LookupTensorShape(StringPiece key, TensorShape* shape) { |
| 1357 | DataType ignored; |
| 1358 | return LookupDtypeAndShape(key, &ignored, shape); |
| 1359 | } |
| 1360 | |
| 1361 | string BundleReader::DebugString() { |
| 1362 | // Format used below emulates that of TensorSliceReader::DebugString(). |
no outgoing calls