MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / UndefinedOrder

Function UndefinedOrder

tensorflow/core/util/sparse/sparse_tensor.h:279–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 }
278
279 static inline ShapeArray UndefinedOrder(const VarDimArray shape) {
280 return ShapeArray(shape.size(), -1);
281 }
282
283 static inline ShapeArray TensorShapeToVector(const TensorShape& shape) {
284 ShapeArray vec(shape.dims());

Callers 3

CreateFunction · 0.85
SparseTensorFunction · 0.85
ConcatMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected