parallel_2d_init.py 152 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
# -*- encoding: utf-8 -*-

parallel = dict(
    pipeline=dict(size=2),
    tensor=dict(
        size=4,
        mode='2d'
    )
)