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

Function arithOp

src/backend/opencl/arith.hpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20template<typename T, af_op_t op>
21Array<T> arithOp(const Array<T> &&lhs, const Array<T> &&rhs,
22 const af::dim4 &odims) {
23 return common::createBinaryNode<T, T, op>(lhs, rhs, odims);
24}
25
26template<typename T, af_op_t op>
27Array<T> arithOp(const Array<T> &lhs, const Array<T> &rhs,

Callers 1

ssArithCSRFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected