Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ fused_activation
Method
fused_activation
src/graph/nodes/EltwiseLayerNode.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
ActivationLayerInfo EltwiseLayerNode::fused_activation() const
56
{
57
return descriptor.fused_activation;
58
}
59
60
QuantizationInfo EltwiseLayerNode::output_quant_info() const
61
{
Callers
11
validate_eltwise_Layer
Function · 0.45
create_batch_normalization_layer
Function · 0.45
create_fused_convolution_batch_normalization_layer
Function · 0.45
create_fused_depthwise_convolution_batch_normalization_layer
Function · 0.45
create_convolution_layer
Function · 0.45
create_depthwise_convolution_layer
Function · 0.45
create_eltwise_layer
Function · 0.45
visit
Method · 0.45
fuse_convolution_with_batch_normalization
Function · 0.45
fuse_depthwise_convolution_with_batch_normalization
Function · 0.45
mutate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected