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

Method getOp

src/backend/common/jit/Node.hpp:174–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 Node &operator=(Node &&node) noexcept = default;
173
174 virtual af_op_t getOp() const noexcept { return af_none_t; }
175
176 int getNodesMap(Node_map_t &node_map, std::vector<Node *> &full_nodes,
177 std::vector<Node_ids> &full_ids);

Callers 5

evalNodesFunction · 0.45
evalNodesFunction · 0.45
operator()Method · 0.45
formatMethod · 0.45
evalNodesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected