MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / fast_math_hint

Method fast_math_hint

src/graph/nodes/FullyConnectedLayer.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50FastMathHint FullyConnectedLayerNode::fast_math_hint() const
51{
52 return _fast_math_hint;
53}
54
55void FullyConnectedLayerNode::set_fused_activation(ActivationLayerInfo fused_activation)
56{

Calls

no outgoing calls

Tested by

no test coverage detected