mindspore.ops.CrdToUintCrdQuarter

class mindspore.ops.CrdToUintCrdQuarter(atom_numbers)[source]

Convert FP32 coordinate to Uint32 coordinate.

Warning

This is an experimental prototype that is subject to change and/or deletion.

Parameters

atom_numbers (int32) – the number of atoms n.

Inputs:
  • crd_to_uint_crd_cof (Tensor) - The crd_to_uint_crd coefficient. The data type is float32 and the shape is \((3,)\).

  • crd (Tensor) - The coordinate of each atom. The data type is float32 and the shape is \((n, 3)\).

Outputs:
  • output (Tensor) - The unsigned int coordinates. The data type is unsigned int32 and the shape is \((n, 3)\).

Supported Platforms:

GPU