class nbla::BaseNdArray

class BaseNdArray

Subclassed by nbla::NdArray

Public Functions

virtual void update_python_user_reference_counts(const int diff) final

Update the refernce counts from a Python user.

virtual NBLA_API void set_array (SyncedArrayPtr array) final

Replace SyncedArray instance with previously created another one.

virtual NBLA_API SyncedArrayPtr array () final

Get SyncedArray instance held by this instance.

Note

This is not copying data. Modifying content affects this.