Home
last modified time | relevance | path

Searched defs:unflatten_dense_tensors (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_flatten.h24 inline std::vector<at::Tensor> unflatten_dense_tensors( in unflatten_dense_tensors() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp3948 std::vector<Tensor> unflatten_dense_tensors(const Tensor& flat, TensorList tensors) { in unflatten_dense_tensors() function