Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ convolution_method
Method
convolution_method
src/graph/nodes/ConvolutionLayerNode.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
ConvolutionMethod ConvolutionLayerNode::convolution_method() const
57
{
58
return _method;
59
}
60
61
void ConvolutionLayerNode::set_fast_math_hint(FastMathHint hint)
62
{
Callers
6
validate_convolution_layer
Function · 0.45
create_convolution_layer
Function · 0.45
add_convolution_layer_method
Function · 0.45
visit
Method · 0.45
fuse_convolution_with_batch_normalization
Function · 0.45
mutate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected