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

Function getHandle

src/api/c/handle.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79template<typename T>
80af_array getHandle(const detail::Array<T> &A) {
81 detail::Array<T> *ret = new detail::Array<T>(A);
82 return static_cast<af_array>(ret);
83}
84
85template<typename T>
86af_array retainHandle(const af_array in) {

Callers 15

transform_coordinatesFunction · 0.70
reorderFunction · 0.70
resizeFunction · 0.70
histogramFunction · 0.70
scanFunction · 0.70
scan_keyFunction · 0.70
uniformDistribution_Function · 0.70
normalDistribution_Function · 0.70
svdFunction · 0.70
svdInPlaceFunction · 0.70
arithOpFunction · 0.70
arithOpBroadcastFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected