Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_common_node_parameters
Method
set_common_node_parameters
src/graph/INode.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void INode::set_common_node_parameters(NodeParams common_params)
62
{
63
_common_params = std::move(common_params);
64
}
65
66
void INode::set_requested_target(Target target)
67
{
Callers
6
set_node_params
Function · 0.80
fuse_convolution_with_batch_normalization
Function · 0.80
fuse_depthwise_convolution_with_batch_normalization
Function · 0.80
create_grouped_convolution
Function · 0.80
set_node_params
Method · 0.80
setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected