()
| 315 | |
| 316 | |
| 317 | def test_named_sharding_workflow(): |
| 318 | mesh = Mesh(jax.devices(), axis_names=("device")) |
| 319 | sharding = NamedSharding(mesh, PartitionSpec("device")) |
| 320 | |
| 321 | run_sharding_test(sharding) |
| 322 | |
| 323 | |
| 324 | def test_positional_sharding_workflow_with_iterator(): |
nothing calls this directly
no test coverage detected