MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getSize

Method getSize

src/api/cpp/features.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89array features::getSize() const {
90 af_array s = 0;
91 AF_THROW(af_get_features_size(&s, feat));
92 af_array tmp = 0;
93 AF_THROW(af_retain_array(&tmp, s));
94 return array(tmp);
95}
96
97af_features features::get() const { return feat; }
98

Callers 7

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
susanTestFunction · 0.80
TESTFunction · 0.80

Calls 3

af_get_features_sizeFunction · 0.85
af_retain_arrayFunction · 0.50
arrayClass · 0.50

Tested by

no test coverage detected