Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dpooling.h336 inline std::tuple<Tensor, Tensor> max_pool3d_with_indices( in max_pool3d_with_indices() function
357 inline std::tuple<Tensor, Tensor> max_pool3d_with_indices( in max_pool3d_with_indices() function
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_native_functions.cpp340 std::tuple<at::Tensor, at::Tensor> LazyNativeFunctions::max_pool3d_with_indices( in max_pool3d_with_indices() function in torch::lazy::LazyNativeFunctions
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py844 def max_pool3d_with_indices( function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py1507 max_pool3d_with_indices = _onnx_symbolic("aten::max_pool3d_with_indices")( variable