MCPcopy 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
56ConvolutionMethod ConvolutionLayerNode::convolution_method() const
57{
58 return _method;
59}
60
61void ConvolutionLayerNode::set_fast_math_hint(FastMathHint hint)
62{

Callers 6

create_convolution_layerFunction · 0.45
visitMethod · 0.45
mutateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected