GetSize
Product Support
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function
Obtains the number of elements in the GlobalTensor.
Prototype
1 | __aicore__ inline uint64_t GetSize() const |
Parameters
None
Returns
Number of elements in the GlobalTensor.
Restrictions
If the SetGlobalBuffer API that transfers only the global data pointer is used to initialize the GlobalTensor, the number of elements obtained through this API is 0.
Parent topic: GlobalTensor