Class NativeTensorArrayFromManagedArray
Represents an area of managed memory that's exposed as if it's native memory.
Implements
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
public class NativeTensorArrayFromManagedArray : NativeTensorArray, IDisposable
Constructors
| Name | Description |
|---|---|
| NativeTensorArrayFromManagedArray(Array, int) | Initializes and returns an instance of |
| NativeTensorArrayFromManagedArray(byte[], int, int) | Initializes and returns an instance of |
Properties
| Name | Description |
|---|---|
| RawPtr | The raw pointer of the backing data. |