LibraryLink`
LibraryLink`

MTensor_getFlattenedLength (C 函数)

gets the total number of elements in an MTensor.

更多信息

  • Used in C/C++ code in a library function called from the Wolfram Language.
  • This is the length of a flattened version of the MTensor.

范例

基本范例  (1)

This gets the total number of elements of an MTensor:

MTensor T0;
mint len;
...
len = libData->MTensor_getFlattenedLength( T0);