| 315 | |
| 316 | template <int output_dim = sample_ndim> |
| 317 | TensorShape<output_dim> tensor_shape(int sample) const { |
| 318 | return shape.template tensor_shape<output_dim>(sample); |
| 319 | } |
| 320 | |
| 321 | auto tensor_shape_span(int sample) { |
| 322 | return shape.tensor_shape_span(sample); |
no outgoing calls