Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DPooling.cpp78 std::tuple<Tensor, Tensor> max_pool1d_with_indices( in max_pool1d_with_indices() function
/external/pytorch/torch/csrc/api/include/torch/nn/functional/
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
/external/pytorch/torch/nn/
Dfunctional.py664 def max_pool1d_with_indices( function
/external/pytorch/torch/onnx/
Dsymbolic_opset9.py1491 max_pool1d_with_indices = _onnx_symbolic("aten::max_pool1d_with_indices")( variable