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

Class eval

src/backend/opencl/join.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131template<typename T>
132void join(Array<T> &out, const int jdim, const vector<Array<T>> &inputs) {
133 class eval {
134 public:
135 vector<Param> outputs;
136 vector<Node_ptr> nodePtrs;
137 vector<Node *> nodes;
138 vector<const Array<T> *> ins;
139 };
140 std::map<dim_t, eval> evals;
141 const dim_t *ostrides{out.strides().dims};
142 const size_t L2CacheSize{getL2CacheSize(opencl::getDevice())};

Callers 2

getMethod · 0.70
getMappedPtrMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected