Home
last modified time | relevance | path

Searched defs:max_pool1d_with_indices (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPooling.cpp78 std::tuple<Tensor, Tensor> max_pool1d_with_indices( in max_pool1d_with_indices() function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dpooling.h188 inline std::tuple<Tensor, Tensor> max_pool1d_with_indices( in max_pool1d_with_indices() function
209 inline std::tuple<Tensor, Tensor> max_pool1d_with_indices( in max_pool1d_with_indices() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py664 def max_pool1d_with_indices( function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py1491 max_pool1d_with_indices = _onnx_symbolic("aten::max_pool1d_with_indices")( variable