| 394 | |
| 395 | private: |
| 396 | absl::Span<const int64> spatial_size() const { |
| 397 | return AsInt64Slice(tensor_.dimensions()).subspan(2); |
| 398 | } |
| 399 | |
| 400 | absl::Span<int64> spatial_size() { |
| 401 | return AsInt64Slice(tensor_.mutable_dimensions()).subspan(2); |
nothing calls this directly
no test coverage detected