设计
规格
API
API映射
迁移指南
FAQ
RELEASE NOTES
Wrap the network with Batch Size.
network (Cell) – The target network to wrap.
interleave_num (int) – split num of batch size. Default: 2.
Ascend GPU
Ascend
GPU
Examples
>>> net = Net() >>> net = MicroBatchInterleaved(net, 4)