static */
| 341 | |
| 342 | /* static */ |
| 343 | Status QueueBase::CopyElementToSlice(const Tensor& element, Tensor* parent, |
| 344 | int64 index) { |
| 345 | return batch_util::CopyElementToSlice(element, parent, index); |
| 346 | } |
| 347 | |
| 348 | } // namespace tensorflow |
nothing calls this directly
no test coverage detected