| 201 | } |
| 202 | |
| 203 | TensorSliceReader::~TensorSliceReader() { gtl::STLDeleteValues(&tensors_); } |
| 204 | |
| 205 | bool TensorSliceReader::HasTensor(const string& name, TensorShape* shape, |
| 206 | DataType* type) const { |
nothing calls this directly
no test coverage detected