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

Method features

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

Source from the content-addressed store, hash-verified

16namespace af {
17
18features::features() : feat{} { AF_THROW(af_create_features(&feat, 0)); }
19
20features::features(const size_t n) : feat{} {
21 AF_THROW(af_create_features(&feat, (int)n));

Callers

nothing calls this directly

Calls 3

af_create_featuresFunction · 0.50
af_retain_featuresFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected