| 669 | size_t Tensor::bytes() const { return impl_->size(); } |
| 670 | |
| 671 | ComplexIndexingBlob::ComplexIndexingBlob(SliceIndicesPair p) : slice_indices_(p) {} |
| 672 | |
| 673 | ComplexIndexingBlob::ComplexIndexingBlob(const std::vector<int32_t>& p) : vector_indices_(p) {} |
| 674 |
nothing calls this directly
no outgoing calls
no test coverage detected