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

Function where

src/api/c/where.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template<typename T>
29static inline af_array where(const af_array in) {
30 // Making it more explicit that the output is uint
31 return getHandle<uint>(where<T>(getArray<T>(in)));
32}
33
34af_err af_where(af_array* idx, const af_array in) {
35 try {

Callers 15

TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
cpp_scope_arr_testFunction · 0.50
TYPED_TESTFunction · 0.50
TYPED_TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
naive_bayes_trainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected