| 335 | } |
| 336 | |
| 337 | Status QueueBase::CopySliceToElement(const Tensor& parent, Tensor* element, |
| 338 | int64 index) { |
| 339 | return batch_util::CopySliceToElement(parent, element, index); |
| 340 | } |
| 341 | |
| 342 | /* static */ |
| 343 | Status QueueBase::CopyElementToSlice(const Tensor& element, Tensor* parent, |
nothing calls this directly
no test coverage detected