{"record":{"id":"e2a0eff77595ead8","repo":"keras-team/keras","slug":"the-ragged-rank-attribute-of-kerastensor-is-immu","errorCode":null,"errorMessage":"The `ragged_rank` attribute of KerasTensor is immutable. One should create a new instance of KerasTensor for this.","messagePattern":"The `ragged_rank` attribute of KerasTensor is immutable\\. One should create a new instance of KerasTensor for this\\.","errorType":"exception","errorClass":"AttributeError","httpStatus":null,"severity":"error","filePath":"keras/src/backend/common/keras_tensor.py","lineNumber":108,"sourceCode":"\n    @property\n    def sparse(self):\n        return self._sparse\n\n    @sparse.setter\n    def sparse(self, value):\n        raise AttributeError(\n            \"The `sparse` attribute of KerasTensor is immutable. One should \"\n            \"create a new instance of KerasTensor for this.\"\n        )\n\n    @property\n    def ragged_rank(self):\n        return self._ragged_rank\n\n    @ragged_rank.setter\n    def ragged_rank(self, value):\n        raise AttributeError(\n            \"The `ragged_rank` attribute of KerasTensor is immutable. One \"\n            \"should create a new instance of KerasTensor for this.\"\n        )\n\n    @property\n    def row_splits_dtype(self):\n        return self._row_splits_dtype\n\n    @row_splits_dtype.setter\n    def row_splits_dtype(self, value):\n        raise AttributeError(\n            \"The `row_splits_dtype` attribute of KerasTensor is immutable. One \"\n            \"should create a new instance of KerasTensor for this.\"\n        )\n\n    @property\n    def ragged(self):\n        return self._ragged","sourceCodeStart":90,"sourceCodeEnd":126,"githubUrl":"https://github.com/keras-team/keras/blob/7a34a03db60bf60042242d6a556fc3be119046a5/keras/src/backend/common/keras_tensor.py#L90-L126","documentation":"Error \"The `ragged_rank` attribute of KerasTensor is immutable. One should create a new instance of KerasTensor for this.\" thrown in keras-team/keras.","triggerScenarios":"Thrown at keras/src/backend/common/keras_tensor.py:108 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"7a34a03db60bf60042242d6a556fc3be119046a5","analyzedAt":"2026-08-25T21:25:25.994Z","schemaVersion":2},"datasetVersion":"2026-08-26T02:17:13.382Z"}