fix shape #6020
Annotations
10 warnings
Build:
src/Nncase.Core/Utilities/ShapeExprUtility.cs#L104
'public' members should come before 'private' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
Build:
src/Nncase.Core/Utilities/ShapeExprUtility.cs#L107
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
Build:
src/Nncase.Importer/HuggingFace/Qwen2.cs#L29
'HuggingFaceImporter.Qwen2CreateInputs()': new protected member declared in sealed type
|
Build:
src/Nncase.Importer/HuggingFace/HuggingFaceUtils.cs#L23
Non-nullable property 'DataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Nncase.Importer/HuggingFace/HuggingFaceUtils.cs#L26
Non-nullable property 'Shape' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Nncase.Importer/HuggingFace/HuggingFaceUtils.cs#L29
Non-nullable property 'Offsets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Nncase.Importer/HuggingFace/HuggingFaceUtils.cs#L250
Converting null literal or possible null value to non-nullable type.
|
Build:
src/Nncase.Importer/HuggingFace/HuggingFaceUtils.cs#L291
Unboxing a possibly null value.
|
Build:
src/Nncase.Importer/HuggingFace/HuggingFaceUtils.cs#L292
Converting null literal or possible null value to non-nullable type.
|
Build:
src/Nncase.Importer/HuggingFace/HuggingFaceUtils.cs#L293
Dereference of a possibly null reference.
|
Loading