Scalable operator set implementations #209
Annotations
10 errors and 1 warning
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:
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading