Add ReduceMax operator #166
Annotations
9 errors and 1 warning
ops/opset13/reduce_max.go#L19
cannot use &ReduceMax{…} (value of type *ReduceMax) as type ops.Operator in return statement:
|
ops/opset13/reduce_max.go#L28
undefined: ops.InvalidAttrCountErrTemplate
|
ops/opset13/reduce_max.go#L42
undefined: ops.UnknownAttributeErrTemplate
|
ops/opset13/reduce_max.go#L63
cannot use r (variable of type *ReduceMax) as type ops.Operator in argument to ops.ValidateInputs:
|
ops/opset13/reduce_max.go#L19
cannot use &ReduceMax{…} (value of type *ReduceMax) as type ops.Operator in return statement:
|
ops/opset13/reduce_max.go#L28
undefined: ops.InvalidAttrCountErrTemplate
|
ops/opset13/reduce_max.go#L42
undefined: ops.UnknownAttributeErrTemplate
|
ops/opset13/reduce_max.go#L63
cannot use r (variable of type *ReduceMax) as type ops.Operator in argument to ops.ValidateInputs:
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading