mindspore.ops.PopulationCount
- class mindspore.ops.PopulationCount[source]
Computes element-wise population count(a.k.a bitsum, bitcount).
Refer to
mindspore.ops.population_count()for more detail.- Supported Platforms:
AscendGPUCPU
Computes element-wise population count(a.k.a bitsum, bitcount).
Refer to mindspore.ops.population_count() for more detail.
Ascend GPU CPU