Scalable operator set implementations #214
Annotations
10 errors and 1 warning
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/asin/asin_7.go#L16
cannot use &Asin7{} (value of type *Asin7) as type ops.Operator in return statement:
|
Build arm64:
ops/asin/asin_7.go#L37
cannot use s (variable of type *Asin7) as type ops.BaseOperator in argument to ops.ErrInvalidInputType
|
Build arm64:
ops/asin/asin_7.go#L49
cannot use s (variable of type *Asin7) 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:
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading