CacheableMixin#
-
class numpy::CacheableMixin#
numpy C++ class.
Example#
#include <numpy/np_ndarray.h>
using namespace numpy;
// Use CacheableMixin
CacheableMixin obj;
// ... operations ...
Other Methods#
Signature |
Return Type |
Location |
Example |
|---|---|---|---|
|
virtual size_t |
df_cacheable_mixin.h:74 |
|
|
virtual void |
df_cacheable_mixin.h:48 |
|
|
* Default implementation clears all caches (calls |
df_cacheable_mixin.h:54 |
|
|
virtual bool |
df_cacheable_mixin.h:61 |
|
|
virtual bool |
df_cacheable_mixin.h:84 |