Skip to content

Add ReduceMax operator #166

Add ReduceMax operator

Add ReduceMax operator #166

Triggered via pull request August 21, 2024 08:54
Status Failure
Total duration 42s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 4 warnings
build_amd64: ops/opset13/reduce_max.go#L19
cannot use &ReduceMax{…} (value of type *ReduceMax) as type ops.Operator in return statement:
build_amd64: ops/opset13/reduce_max.go#L28
undefined: ops.InvalidAttrCountErrTemplate
build_amd64: ops/opset13/reduce_max.go#L42
undefined: ops.UnknownAttributeErrTemplate
build_amd64: ops/opset13/reduce_max.go#L63
cannot use r (variable of type *ReduceMax) as type ops.Operator in argument to ops.ValidateInputs:
build_amd64
Process completed with exit code 2.
build_arm64: ops/opset13/reduce_max.go#L19
cannot use &ReduceMax{…} (value of type *ReduceMax) as type ops.Operator in return statement:
build_arm64: ops/opset13/reduce_max.go#L28
undefined: ops.InvalidAttrCountErrTemplate
build_arm64: ops/opset13/reduce_max.go#L42
undefined: ops.UnknownAttributeErrTemplate
build_arm64: ops/opset13/reduce_max.go#L63
cannot use r (variable of type *ReduceMax) as type ops.Operator in argument to ops.ValidateInputs:
build_arm64
Process completed with exit code 2.
tests: ops/opset13/reduce_max.go#L19
cannot use &ReduceMax{…} (value of type *ReduceMax) as type ops.Operator in return statement:
tests: ops/opset13/reduce_max.go#L28
undefined: ops.InvalidAttrCountErrTemplate
tests: ops/opset13/reduce_max.go#L42
undefined: ops.UnknownAttributeErrTemplate
tests: ops/opset13/reduce_max.go#L63
cannot use r (variable of type *ReduceMax) as type ops.Operator in argument to ops.ValidateInputs:
tests: ops/opset13/reduce_max.go#L19
cannot use &ReduceMax{…} (value of type *ReduceMax) as type ops.Operator in return statement:
tests: ops/opset13/reduce_max.go#L28
undefined: ops.InvalidAttrCountErrTemplate
tests: ops/opset13/reduce_max.go#L42
undefined: ops.UnknownAttributeErrTemplate
tests: ops/opset13/reduce_max.go#L63
cannot use r (variable of type *ReduceMax) as type ops.Operator in argument to ops.ValidateInputs:
tests
Process completed with exit code 2.
lint: opset.go#L5
could not import github.com/advancedclimatesystems/gonnx/ops/opset13 (-: # github.com/advancedclimatesystems/gonnx/ops/opset13
lint: ops/opset13/reduce_max.go#L19
cannot use &ReduceMax{…} (value of type *ReduceMax) as type ops.Operator in return statement:
lint: ops/opset13/reduce_max.go#L28
undefined: ops.InvalidAttrCountErrTemplate
lint: ops/opset13/reduce_max.go#L42
undefined: ops.UnknownAttributeErrTemplate
lint: ops/opset13/reduce_max.go#L63
cannot use r (variable of type *ReduceMax) as type ops.Operator in argument to ops.ValidateInputs:
lint: ops/opset13/reduce_max.go#L19
cannot use &ReduceMax{…} (value of type *ReduceMax) as type ops.Operator in return statement:
lint: ops/opset13/reduce_max.go#L28
undefined: ops.InvalidAttrCountErrTemplate
lint: ops/opset13/reduce_max.go#L42
undefined: ops.UnknownAttributeErrTemplate
lint: ops/opset13/reduce_max.go#L63
cannot use r (variable of type *ReduceMax) as type ops.Operator in argument to ops.ValidateInputs:
lint
Process completed with exit code 2.
build_amd64
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/
build_arm64
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/
tests
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/
lint
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/