获取Tensor的元素个数。
int64_t NumElements() const
无。
uint64_t类型 ,Tensor的元素个数。
uint64_t num = tensor->NumElements();