Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ ~features
Method
~features
src/api/cpp/features.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
features::~features() {
47
// THOU SHALL NOT THROW IN DESTRUCTORS
48
if (feat) { af_release_features(feat); }
49
}
50
51
size_t features::getNumFeatures() const {
52
dim_t n = 0;
Callers
nothing calls this directly
Calls
1
af_release_features
Function · 0.50
Tested by
no test coverage detected