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

Method eval

src/backend/cpu/Array.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142template<typename T>
143void Array<T>::eval() {
144 evalMultiple<T>({this});
145}
146
147template<typename T>
148void Array<T>::eval() const {

Callers 15

computeHomographyFunction · 0.45
findBestHomographyFunction · 0.45
homographyFunction · 0.45
copy_vector_fieldFunction · 0.45
orbFunction · 0.45
evalMultipleFunction · 0.45
createSubArrayFunction · 0.45
writeHostDataArrayFunction · 0.45
meanFunction · 0.45
copyDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected