(batch)
| 398 | ) |
| 399 | def test_batch_to_tensor(src_device, target_device, force_copy, dtype, layout, data_factory): |
| 400 | def ref(batch): |
| 401 | return ndd.stack(*ndd.pad(batch).tensors, axis_name="N").evaluate() |
| 402 | |
| 403 | pad = data_factory == ragged # only apply padding when necessary |
| 404 |
no test coverage detected