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

Function copy

src/backend/cpu/kernel/copy.hpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157template<typename OutT, typename InT>
158void copy(Param<OutT> dst, CParam<InT> src) {
159 CopyImpl<OutT, InT>::copy(dst, src);
160}
161
162} // namespace kernel
163} // namespace cpu

Callers 4

evalMultipleFunction · 0.70
padBordersFunction · 0.70
ArrayMethod · 0.50
applyShiftsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected