Closed hertschuh closed 2 days ago
Attention: Patch coverage is 92.85714%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 82.15%. Comparing base (
5d36ee1
) to head (93957f8
).
Files with missing lines | Patch % | Lines |
---|---|---|
keras/src/ops/core.py | 92.85% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
convert_to_tensor(x, sparse=False)
is the API to densify sparse tensors. When used in that manner, the input is already a backend tensor. For this scenario, it makes sense to support symbolic tensors so that one can build a functional model usingconvert_to_tensor
.Also improved the documentation of
convert_to_tensor
.