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

Function copyArray

src/api/c/handle.hpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112template<typename T>
113af_array copyArray(const af_array in) {
114 const detail::Array<T> &inArray = getArray<T>(in);
115 return getHandle<T>(detail::copyArray<T>(inArray));
116}
117
118template<typename T>
119void releaseHandle(const af_array arr);

Callers 4

otsuThresholdFunction · 0.70
handle.cppFile · 0.70
pointListFunction · 0.70
diffusionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected