MCPcopy 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

CreateFunction · 0.70
ConcatMethod · 0.70
SliceMethod · 0.70

Calls 10

TensorShapeToVectorFunction · 0.85
UndefinedOrderFunction · 0.85
UnsafeGetDimsFromIxFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
dtypeMethod · 0.45
shapeMethod · 0.45
DebugStringMethod · 0.45
dim_sizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected