Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getNumFeatures
Method
getNumFeatures
src/api/cpp/features.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
size_t features::getNumFeatures() const {
52
dim_t n = 0;
53
AF_THROW(af_get_features_num(&n, feat));
54
return n;
55
}
56
57
array features::getX() const {
58
af_array x = 0;
Callers
8
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
susanTest
Function · 0.80
TEST
Function · 0.80
susan_demo
Function · 0.80
fast_demo
Function · 0.80
Calls
1
af_get_features_num
Function · 0.50
Tested by
no test coverage detected