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

Class eval

src/backend/oneapi/join.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164template<typename T>
165void join(Array<T> &out, const int jdim, const vector<Array<T>> &inputs) {
166 class eval {
167 public:
168 vector<Param<T>> outputs;
169 vector<Node_ptr> nodePtrs;
170 vector<Node *> nodes;
171 vector<const Array<T> *> ins;
172 };
173 std::map<dim_t, eval> evals;
174 const dim_t *ostrides{out.strides().dims};
175 const size_t L2CacheSize{getL2CacheSize(oneapi::getDevice())};

Callers 2

getMethod · 0.70
getMappedPtrMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected