MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / dtype

Method dtype

include/graph/node.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 virtual OPCODE symbol() { return opInvalid; }
82 virtual NODE_TYPE ntype() { return NONE; }
83 virtual DNNC_DataType dtype() { return NOTYPE; }
84 virtual bool inputNodes(graph &g, std::vector<node *> &nodes) = 0;
85 virtual bool outputNodes(graph &g, std::vector<node *> &nodes) = 0;
86 virtual ~node() {}

Callers 8

test_dtypesMethod · 0.45
writeMethod · 0.45
writeConstantOperatorMethod · 0.45
writeUnaryOperatorMethod · 0.45
writeBinaryOperatorMethod · 0.45
writeTernaryOperatorMethod · 0.45
propagateMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_dtypesMethod · 0.36