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

Function binOp

src/backend/oneapi/kernel/convolve.hpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58template<typename T>
59T binOp(T lhs, T rhs) {
60 return lhs * rhs;
61}
62
63template<typename aT>
64void prepareKernelArgs(conv_kparam_t<aT> &param, dim_t *oDims,

Callers 10

verifyFunction · 0.85
ARITH_TESTSFunction · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
sparseArithOpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected