Corr
Description
Calculates correlation using kernel convolutional images.
Input
- filter: convolution kernel. The format is NCHW and the supported data type is float16.
- x: input image. The format is NCHW and the supported data type is float16.
Attribute
groups: int64. The default value is 1.
Output
y: correlation image. The data type must be float16.
Constraints
This operator is customized for specific user scenarios. You are advised not to use this operator in irrelevant scenarios.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16
Parent topic: Supported ONNX Operators