Searched refs:TensorShapeToVector (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/util/sparse/ |
H A D | sparse_tensor.cc | 79 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 D | sparse_tensor.h | 63 : 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
|