| 1263 | TensorValue release_output(int index); |
| 1264 | |
| 1265 | bool track_allocations() const { return params_->track_allocations; } |
| 1266 | |
| 1267 | // Records temp memory allocation. Tensor object is recorded to identify the |
| 1268 | // case where temp memory is used as output memory. |