mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[pycharm] PY-38294 Add Sparse tensors support
GitOrigin-RevId: 0b9b046ae1da37b5fd34be800fbdd6f241f7514d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fc7c02e181
commit
1693fd94b9
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user