| 48 | } |
| 49 | |
| 50 | FastMathHint FullyConnectedLayerNode::fast_math_hint() const |
| 51 | { |
| 52 | return _fast_math_hint; |
| 53 | } |
| 54 | |
| 55 | void FullyConnectedLayerNode::set_fused_activation(ActivationLayerInfo fused_activation) |
| 56 | { |
no outgoing calls
no test coverage detected