[pycharm] PY-38294 Add Sparse tensors support

GitOrigin-RevId: 0b9b046ae1da37b5fd34be800fbdd6f241f7514d
This commit is contained in:
ekaterina.itsenko
2024-06-11 04:03:23 +02:00
committed by intellij-monorepo-bot
parent fc7c02e181
commit 1693fd94b9
9 changed files with 31 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ public class PyDebugValue extends XNamedValue {
"ndarray", ARRAY,
"EagerTensor", ARRAY,
"ResourceVariable", ARRAY,
"SparseTensor", ARRAY,
"Tensor", ARRAY,
DATA_FRAME, DATA_FRAME,
SERIES, SERIES,