Searched refs:max_pool1d_with_indices (Results 1 – 11 of 11) sorted by relevance
188 inline std::tuple<Tensor, Tensor> max_pool1d_with_indices( in max_pool1d_with_indices() function195 return torch::max_pool1d_with_indices( in max_pool1d_with_indices()209 inline std::tuple<Tensor, Tensor> max_pool1d_with_indices( in max_pool1d_with_indices() function212 return detail::max_pool1d_with_indices( in max_pool1d_with_indices()
91 return std::get<0>(at::max_pool1d_with_indices( in max_pool1d()
78 std::tuple<Tensor, Tensor> max_pool1d_with_indices( in max_pool1d_with_indices() function
91 return F::detail::max_pool1d_with_indices( in forward_with_indices()
427 max_pool1d_with_indices
199 OP_DECOMPOSE(max_pool1d_with_indices); in TORCH_LIBRARY_IMPL()
664 def max_pool1d_with_indices( function700 max_pool1d_with_indices,712 return torch.max_pool1d_with_indices(747 if_true=max_pool1d_with_indices,
68 def max_pool1d_with_indices(
775 torch.max_pool1d_with_indices: (920 torch.nn.functional.max_pool1d_with_indices: (
299 … check_tuple_return(F.max_pool1d_with_indices, [named_tensor_1d, 2], named_tensor_1d.names)
1491 max_pool1d_with_indices = _onnx_symbolic("aten::max_pool1d_with_indices")( variable1627 max_pool1d_with_indices,