Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DNamedTensor.cpp324 std::vector<Tensor> align_tensors(TensorList tensors) { in align_tensors() function
/aosp_15_r20/external/pytorch/torch/
H A Dfunctional.py2203 def align_tensors(*tensors): function