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

Function anytrue

src/api/cpp/reduce.cpp:135–135  ·  view source on GitHub ↗

2.1 compatibility

Source from the content-addressed store, hash-verified

133
134// 2.1 compatibility
135array anytrue(const array &in, const int dim) { return anyTrue(in, dim); }
136array anyTrue(const array &in, const int dim) {
137 af_array out = 0;
138 AF_THROW(af_any_true(&out, in.get(), getFNSD(dim, in.dims())));

Callers

nothing calls this directly

Calls 1

anyTrueFunction · 0.85

Tested by

no test coverage detected