PB011: sparse-indices-out-of-range¶
Code: PB011
Name: sparse-indices-out-of-range
Severity: error
Category: protobuf
Target: value
Fixable: No
Message¶
Sparse tensor indices are out of range.
Suggestion¶
Ensure all indices are within the tensor’s dimensions.
Details¶
All indices in a SparseTensorProto must be within the valid range defined by the tensor’s shape.