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

Function alltrue

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

2.1 compatibility

Source from the content-addressed store, hash-verified

116
117// 2.1 compatibility
118array alltrue(const array &in, const int dim) { return allTrue(in, dim); }
119array allTrue(const array &in, const int dim) {
120 af_array out = 0;
121 AF_THROW(af_all_true(&out, in.get(), getFNSD(dim, in.dims())));

Callers

nothing calls this directly

Calls 1

allTrueFunction · 0.85

Tested by

no test coverage detected