Home
last modified time | relevance | path

Searched refs:TensorShapeToVector (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/util/sparse/
H A Dsparse_tensor.cc79 return Create(std::move(ix), std::move(vals), TensorShapeToVector(shape), in Create()
80 UndefinedOrder(TensorShapeToVector(shape)), result); in Create()
94 return Create(std::move(ix), std::move(vals), TensorShapeToVector(shape), in Create()
H A Dsparse_tensor.h63 : SparseTensor(std::move(ix), std::move(vals), TensorShapeToVector(shape), in SparseTensor()
64 UndefinedOrder(TensorShapeToVector(shape))) {} in SparseTensor()
74 : SparseTensor(std::move(ix), std::move(vals), TensorShapeToVector(shape), in SparseTensor()
199 static inline ShapeArray TensorShapeToVector(const TensorShape& shape) { in TensorShapeToVector() function