keras-team / keras-core

A multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.
Apache License 2.0
1.27k stars 115 forks source link

Add support for Tensorflow SparseTensors: core classes. #839

Closed hertschuh closed 1 year ago

hertschuh commented 1 year ago

This adds:

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 82.35% and project coverage change: +0.01% :tada:

Comparison is base (49e5b06) 70.90% compared to head (e15efe2) 70.92%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #839 +/- ## ========================================== + Coverage 70.90% 70.92% +0.01% ========================================== Files 344 344 Lines 33300 33325 +25 Branches 6409 6417 +8 ========================================== + Hits 23612 23635 +23 + Misses 8093 8092 -1 - Partials 1595 1598 +3 ``` | [Files Changed](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | Coverage Δ | | |---|---|---| | [keras\_core/backend/jax/core.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL2pheC9jb3JlLnB5) | `89.13% <50.00%> (-0.93%)` | :arrow_down: | | [keras\_core/backend/numpy/core.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL251bXB5L2NvcmUucHk=) | `94.07% <50.00%> (-1.39%)` | :arrow_down: | | [keras\_core/backend/torch/core.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL3RvcmNoL2NvcmUucHk=) | `91.59% <50.00%> (-0.79%)` | :arrow_down: | | [keras\_core/backend/common/keras\_tensor.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL2NvbW1vbi9rZXJhc190ZW5zb3IucHk=) | `58.15% <100.00%> (+0.29%)` | :arrow_up: | | [keras\_core/backend/jax/\_\_init\_\_.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL2pheC9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [keras\_core/backend/numpy/\_\_init\_\_.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL251bXB5L19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [keras\_core/backend/tensorflow/\_\_init\_\_.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL3RlbnNvcmZsb3cvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [keras\_core/backend/tensorflow/core.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL3RlbnNvcmZsb3cvY29yZS5weQ==) | `96.18% <100.00%> (+0.24%)` | :arrow_up: | | [keras\_core/backend/torch/\_\_init\_\_.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9iYWNrZW5kL3RvcmNoL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [keras\_core/layers/core/input\_layer.py](https://app.codecov.io/gh/keras-team/keras-core/pull/839?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS9sYXllcnMvY29yZS9pbnB1dF9sYXllci5weQ==) | `90.90% <100.00%> (+0.66%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/keras-team/keras-core/pull/839/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.