BNNSDirectApplyReduction(_:_:)
Applies a reduction operation directly to an input tensor.
Declaration
func BNNSDirectApplyReduction(_ layer_params: UnsafePointer<BNNSLayerParametersReduction>, _ filter_params: UnsafePointer<BNNSFilterParameters>?) -> Int32Parameters
- layer_params:
Layer parameters.
- filter_params:
Filter runtime parameters.