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

Function end

src/backend/cpu/ParamIterator.hpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125template<typename T>
126ParamIterator<T> end(Param<T>& param) {
127 return ParamIterator<T>();
128}
129
130template<typename T>
131ParamIterator<const T> begin(CParam<T>& param) {

Callers 15

binary.cppFile · 0.85
topkTestFunction · 0.85
rbk_unique_dataFunction · 0.85
rbk_single_dataFunction · 0.85
generateAllTypesFunction · 0.85
generateAllTypesRaggedFunction · 0.85
toCooVectorFunction · 0.85
getTypeBuildDefinitionFunction · 0.85
verify_presentFunction · 0.85
getKernelFunction · 0.85
evalNodesFunction · 0.85
evalMultipleFunction · 0.85

Calls

no outgoing calls

Tested by 1

toCooVectorFunction · 0.68