Overview
HCCL Python APIs are used to implement framework adaptation in graph mode. Currently, they are only used to implement distributed optimization of the TensorFlow network on the NPU.
Concepts
Concept |
Description |
|---|---|
group |
Indicates the process groups that participate in collective communication. The process groups include:
|
rank |
A communication entity in the group. Each rank is assigned a unique ID ranging from 0 to n – 1 (n is the number of NPUs). |
rank size |
|
rank id |
|
Parent topic: Python APIs