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

Function join

src/api/c/join.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37template<typename T>
38static inline af_array join(const int dim, const af_array first,
39 const af_array second) {
40 return getHandle(join<T>(dim, getArray<T>(first), getArray<T>(second)));
41}
42
43template<typename T>
44static inline af_array join_many(const int dim, const unsigned n_arrays,

Callers 15

transform_coordinatesFunction · 0.70
setup_surfaceFunction · 0.70
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
INSTANTIATE_TEST_TPFunction · 0.50
rankLowFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
chi2_statisticFunction · 0.50
perceptron_demoFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected