Merge pull request #1171 from asaf92/patch-1 #197
Annotations
20 warnings
src/TensorFlowNET.Core/APIs/tf.sparse.cs#L52
Possible null reference assignment.
|
src/TensorFlowNET.Core/Operations/gen_sparse_ops.cs#L55
Possible null reference assignment.
|
src/TensorFlowNET.Core/Operations/math_ops.cs#L163
Possible null reference assignment.
|
src/TensorFlowNET.Core/Operations/sparse_ops.cs#L19
Possible null reference assignment.
|
src/TensorFlowNET.Core/Variables/BaseResourceVariable.cs#L304
Nullability of type of parameter 'save_options' doesn't match overridden member (possibly because of nullability attributes).
|
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L103
Converting null literal or possible null value to non-nullable type.
|
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L142
Converting null literal or possible null value to non-nullable type.
|
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L161
Nullable value type may be null.
|
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L165
Dereference of a possibly null reference.
|
src/TensorFlowNET.Core/Eager/c_api.eager.cs#L179
Dereference of a possibly null reference.
|
src/TensorFlowNET.Core/APIs/tf.sparse.cs#L52
Possible null reference assignment.
|
src/TensorFlowNET.Core/Operations/gen_sparse_ops.cs#L55
Possible null reference assignment.
|
src/TensorFlowNET.Core/Operations/sparse_ops.cs#L19
Possible null reference assignment.
|
src/TensorFlowNET.Core/Operations/math_ops.cs#L163
Possible null reference assignment.
|
src/TensorFlowNET.Core/Variables/BaseResourceVariable.cs#L304
Nullability of type of parameter 'save_options' doesn't match overridden member (possibly because of nullability attributes).
|
src/TensorFlowNET.Core/Eager/c_api.eager.cs#L179
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
src/TensorFlowNET.Core/Variables/_VariableStore.cs#L103
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading