MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / type

Method type

src/graph/nodes/ConstNode.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56NodeType ConstNode::type() const
57{
58 return NodeType::Const;
59}
60
61void ConstNode::accept(INodeVisitor &v)
62{

Callers 15

to_stringFunction · 0.45
TypePrinter.hFile · 0.45
ClTensorMethod · 0.45
run_typeMethod · 0.45
execute_taskFunction · 0.45
remove_nodeMethod · 0.45
allocate_const_tensorsFunction · 0.45
configure_all_nodesFunction · 0.45
get_const_handlesFunction · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected