Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
NodeType ConstNode::type() const
57
{
58
return NodeType::Const;
59
}
60
61
void ConstNode::accept(INodeVisitor &v)
62
{
Callers
15
to_string
Function · 0.45
TypePrinter.h
File · 0.45
ClTensor
Method · 0.45
run_type
Method · 0.45
execute_task
Function · 0.45
remove_node
Method · 0.45
allocate_const_tensors
Function · 0.45
configure_all_nodes
Function · 0.45
call_all_const_node_accessors
Function · 0.45
get_const_handles
Function · 0.45
visit
Method · 0.45
create_normalization_layer<NENormalizationLayer, NETargetInfo>
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected