Skip to content

test: Gradient descent optimizer tests #255

test: Gradient descent optimizer tests

test: Gradient descent optimizer tests #255

Triggered via pull request November 8, 2023 15:24
Status Failure
Total duration 5m 16s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
linux
Process completed with exit code 1.
windows
Process completed with exit code 1.
linux: tools/Tensorflow.Redist.NativeLibrarySplitter/Program.cs#L50
The local function 'Restitch' is declared but never used
linux: src/TensorFlowNET.Core/APIs/tf.sparse.cs#L52
Possible null reference assignment.
linux: src/TensorFlowNET.Core/Operations/gen_sparse_ops.cs#L55
Possible null reference assignment.
linux: src/TensorFlowNET.Core/Operations/math_ops.cs#L163
Possible null reference assignment.
linux: src/TensorFlowNET.Core/Operations/sparse_ops.cs#L19
Possible null reference assignment.
linux: src/TensorFlowNET.Core/Variables/BaseResourceVariable.cs#L304
Nullability of type of parameter 'save_options' doesn't match overridden member (possibly because of nullability attributes).
linux: src/TensorFlowNET.Core/Contexts/ExecuteOpArgs.cs#L20
Non-nullable property 'GetGradientAttrs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
linux: src/TensorFlowNET.Core/Contexts/ExecuteOpArgs.cs#L20
Non-nullable property 'OpAttrs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
linux: src/TensorFlowNET.Core/Contexts/FunctionCallOptions.cs#L12
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
linux: src/TensorFlowNET.Core/Contexts/FunctionCallOptions.cs#L13
Non-nullable property 'ExecutorType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows: tools/Tensorflow.Redist.NativeLibrarySplitter/Program.cs#L50
The local function 'Restitch' is declared but never used
windows: src/TensorFlowNET.Core/APIs/tf.sparse.cs#L52
Possible null reference assignment.
windows: src/TensorFlowNET.Core/Variables/BaseResourceVariable.cs#L304
Nullability of type of parameter 'save_options' doesn't match overridden member (possibly because of nullability attributes).
windows: src/TensorFlowNET.Core/Operations/gen_sparse_ops.cs#L55
Possible null reference assignment.
windows: src/TensorFlowNET.Core/Operations/math_ops.cs#L163
Possible null reference assignment.
windows: src/TensorFlowNET.Core/Operations/sparse_ops.cs#L19
Possible null reference assignment.
windows: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L103
Converting null literal or possible null value to non-nullable type.
windows: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L142
Converting null literal or possible null value to non-nullable type.
windows: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L161
Nullable value type may be null.
windows: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L165
Dereference of a possibly null reference.