Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ clone
Method
clone
src/backend/cpu/jit/UnaryNode.hpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
common::kNodeType::Nary) {}
39
40
std::unique_ptr<common::Node> clone() final {
41
return std::make_unique<UnaryNode>(*this);
42
}
43
44
af_op_t getOp() const noexcept final { return op; }
45
Callers
4
evalNodes
Function · 0.45
evalNodes
Function · 0.45
cloneNodes
Function · 0.45
evalNodes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected