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

Method clone

src/backend/common/jit/NaryNode.hpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 af_op_t getOp() const noexcept final { return m_op; }
73
74 virtual std::unique_ptr<Node> clone() override {
75 return std::make_unique<NaryNode>(*this);
76 }
77
78 void genKerName(std::string &kerString,
79 const common::Node_ids &ids) const final {

Callers 1

copyModdimsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected