Skip to content

Scalable operator set implementations #218

Scalable operator set implementations

Scalable operator set implementations #218

Triggered via pull request December 4, 2024 13:22
Status Failure
Total duration 56s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 4 warnings
build_amd64: ops/add/add_13.go#L19
cannot use &Add13{} (value of type *Add13) as type ops.Operator in return statement:
build_amd64: ops/add/add_13.go#L39
cannot use a (variable of type *Add13) as type ops.BaseOperator in argument to ops.ValidateInputs
build_amd64: ops/add/add_7.go#L19
cannot use &Add7{} (value of type *Add7) as type ops.Operator in return statement:
build_amd64: ops/add/add_7.go#L39
cannot use a (variable of type *Add7) as type ops.BaseOperator in argument to ops.ValidateInputs
build_amd64: ops/and/and_7.go#L19
cannot use &And7{} (value of type *And7) as type ops.Operator in return statement:
build_amd64: ops/and/and_7.go#L39
cannot use a (variable of type *And7) as type ops.BaseOperator in argument to ops.ValidateInputs
build_amd64: ops/argmax/argmax_11.go#L23
cannot use &ArgMax11{…} (value of type *ArgMax11) as type ops.Operator in return statement:
build_amd64: ops/argmax/argmax_11.go#L41
cannot use a (variable of type *ArgMax11) as type ops.Operator in argument to ops.ErrInvalidAttribute:
build_amd64: ops/argmax/argmax_11.go#L88
cannot use a (variable of type *ArgMax11) as type ops.BaseOperator in argument to ops.ValidateInputs
build_amd64: ops/argmax/argmax_12.go#L23
cannot use &ArgMax12{…} (value of type *ArgMax12) as type ops.Operator in return statement:
build_arm64: ops/add/add_13.go#L19
cannot use &Add13{} (value of type *Add13) as type ops.Operator in return statement:
build_arm64: ops/add/add_13.go#L39
cannot use a (variable of type *Add13) as type ops.BaseOperator in argument to ops.ValidateInputs
build_arm64: ops/add/add_7.go#L19
cannot use &Add7{} (value of type *Add7) as type ops.Operator in return statement:
build_arm64: ops/add/add_7.go#L39
cannot use a (variable of type *Add7) as type ops.BaseOperator in argument to ops.ValidateInputs
build_arm64: ops/and/and_7.go#L19
cannot use &And7{} (value of type *And7) as type ops.Operator in return statement:
build_arm64: ops/and/and_7.go#L39
cannot use a (variable of type *And7) as type ops.BaseOperator in argument to ops.ValidateInputs
build_arm64: ops/argmax/argmax_11.go#L23
cannot use &ArgMax11{…} (value of type *ArgMax11) as type ops.Operator in return statement:
build_arm64: ops/argmax/argmax_11.go#L41
cannot use a (variable of type *ArgMax11) as type ops.Operator in argument to ops.ErrInvalidAttribute:
build_arm64: ops/argmax/argmax_11.go#L88
cannot use a (variable of type *ArgMax11) as type ops.BaseOperator in argument to ops.ValidateInputs
build_arm64: ops/argmax/argmax_12.go#L23
cannot use &ArgMax12{…} (value of type *ArgMax12) as type ops.Operator in return statement:
tests: ops/add/add_13.go#L19
cannot use &Add13{} (value of type *Add13) as type ops.Operator in return statement:
tests: ops/add/add_13.go#L39
cannot use a (variable of type *Add13) as type ops.BaseOperator in argument to ops.ValidateInputs
tests: ops/add/add_7.go#L19
cannot use &Add7{} (value of type *Add7) as type ops.Operator in return statement:
tests: ops/add/add_7.go#L39
cannot use a (variable of type *Add7) as type ops.BaseOperator in argument to ops.ValidateInputs
tests: ops/and/and_7.go#L19
cannot use &And7{} (value of type *And7) as type ops.Operator in return statement:
tests: ops/and/and_7.go#L39
cannot use a (variable of type *And7) as type ops.BaseOperator in argument to ops.ValidateInputs
tests: ops/argmax/argmax_11.go#L23
cannot use &ArgMax11{…} (value of type *ArgMax11) as type ops.Operator in return statement:
tests: ops/argmax/argmax_11.go#L41
cannot use a (variable of type *ArgMax11) as type ops.Operator in argument to ops.ErrInvalidAttribute:
tests: ops/argmax/argmax_11.go#L88
cannot use a (variable of type *ArgMax11) as type ops.BaseOperator in argument to ops.ValidateInputs
tests: ops/argmax/argmax_12.go#L23
cannot use &ArgMax12{…} (value of type *ArgMax12) as type ops.Operator in return statement:
lint: opset.go#L8
could not import github.com/advancedclimatesystems/gonnx/ops/add (-: # github.com/advancedclimatesystems/gonnx/ops/add
lint: ops/add/add_13.go#L19
cannot use &Add13{} (value of type *Add13) as type ops.Operator in return statement:
lint: ops/add/add_13.go#L39
cannot use a (variable of type *Add13) as type ops.BaseOperator in argument to ops.ValidateInputs
lint: ops/add/add_7.go#L19
cannot use &Add7{} (value of type *Add7) as type ops.Operator in return statement:
lint: ops/add/add_7.go#L39
cannot use a (variable of type *Add7) as type ops.BaseOperator in argument to ops.ValidateInputs
lint: opset.go#L9
could not import github.com/advancedclimatesystems/gonnx/ops/and (-: # github.com/advancedclimatesystems/gonnx/ops/and
lint: ops/and/and_7.go#L19
cannot use &And7{} (value of type *And7) as type ops.Operator in return statement:
lint: ops/and/and_7.go#L39
cannot use a (variable of type *And7) as type ops.BaseOperator in argument to ops.ValidateInputs
lint: opset.go#L10
could not import github.com/advancedclimatesystems/gonnx/ops/argmax (-: # github.com/advancedclimatesystems/gonnx/ops/argmax
lint: ops/argmax/argmax_11.go#L23
cannot use &ArgMax11{…} (value of type *ArgMax11) as type ops.Operator in return statement:
build_amd64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_arm64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636