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

Function begin

src/backend/cpu/ParamIterator.hpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120template<typename T>
121ParamIterator<T> begin(Param<T>& param) {
122 return ParamIterator<T>(param);
123}
124
125template<typename T>
126ParamIterator<T> end(Param<T>& param) {

Callers 15

binary.cppFile · 0.85
topkTestFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 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
joinFunction · 0.85

Calls

no outgoing calls

Tested by 1

toCooVectorFunction · 0.68