Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SparseTensor
Function
SparseTensor
tensorflow/core/util/sparse/sparse_tensor.h:101–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
SparseTensor() : dims_(0) {}
102
103
ABSL_DEPRECATED(
"Use Create() functions instead of constructors directly."
)
104
SparseTensor(Tensor ix, Tensor vals, const TensorShape& shape)
Callers
3
Create
Function · 0.70
Concat
Method · 0.70
Slice
Method · 0.70
Calls
10
TensorShapeToVector
Function · 0.85
UndefinedOrder
Function · 0.85
UnsafeGetDimsFromIx
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
dtype
Method · 0.45
shape
Method · 0.45
DebugString
Method · 0.45
dim_size
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected