fix: Resolve fixed-size array issue #310
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build CPU version:
tools/Tensorflow.Redist.NativeLibrarySplitter/Program.cs#L50
The local function 'Restitch' is declared but never used
|
Build CPU version:
src/TensorFlowNET.Core/APIs/tf.sparse.cs#L52
Possible null reference assignment.
|
Build CPU version:
src/TensorFlowNET.Core/Operations/gen_sparse_ops.cs#L55
Possible null reference assignment.
|
Build CPU version:
src/TensorFlowNET.Core/Operations/math_ops.cs#L163
Possible null reference assignment.
|
Build CPU version:
src/TensorFlowNET.Core/Operations/sparse_ops.cs#L19
Possible null reference assignment.
|
Build CPU version:
src/TensorFlowNET.Core/Variables/BaseResourceVariable.cs#L304
Nullability of type of parameter 'save_options' doesn't match overridden member (possibly because of nullability attributes).
|
Build CPU version:
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L103
Converting null literal or possible null value to non-nullable type.
|
Build CPU version:
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L142
Converting null literal or possible null value to non-nullable type.
|
Build CPU version:
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L161
Nullable value type may be null.
|
Build CPU version:
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L165
Dereference of a possibly null reference.
|
Build GPU version:
src/TensorFlowNET.Core/APIs/tf.sparse.cs#L52
Possible null reference assignment.
|
Build GPU version:
src/TensorFlowNET.Core/Operations/math_ops.cs#L163
Possible null reference assignment.
|
Build GPU version:
src/TensorFlowNET.Core/Operations/sparse_ops.cs#L19
Possible null reference assignment.
|
Build GPU version:
src/TensorFlowNET.Core/Operations/gen_sparse_ops.cs#L55
Possible null reference assignment.
|
Build GPU version:
src/TensorFlowNET.Core/Variables/BaseResourceVariable.cs#L304
Nullability of type of parameter 'save_options' doesn't match overridden member (possibly because of nullability attributes).
|
Build GPU version:
src/TensorFlowNET.Core/Binding.FuncTools.cs#L19
Non-nullable property 'args' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build GPU version:
src/TensorFlowNET.Core/Binding.FuncTools.cs#L20
Non-nullable property 'keywords' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build GPU version:
src/TensorFlowNET.Core/Binding.FuncTools.cs#L22
Non-nullable property 'invoke' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build GPU version:
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L103
Converting null literal or possible null value to non-nullable type.
|
Build GPU version:
src/TensorFlowNET.Core/Common/Types/TensorShapeConfig.cs#L13
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading