MCPcopy 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
51size_t features::getNumFeatures() const {
52 dim_t n = 0;
53 AF_THROW(af_get_features_num(&n, feat));
54 return n;
55}
56
57array features::getX() const {
58 af_array x = 0;

Callers 8

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
susanTestFunction · 0.80
TESTFunction · 0.80
susan_demoFunction · 0.80
fast_demoFunction · 0.80

Calls 1

af_get_features_numFunction · 0.50

Tested by

no test coverage detected