Home
last modified time | relevance | path

Searched full:replication_pad1d (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DReplicationPadding.cu423 "replication_pad1d only supports input tensors with less than 2^63 - 1 elements"); in TORCH_IMPL_FUNC()
484 "replication_pad1d only supports input tensors with less than 2^63 - 1 elements"); in TORCH_IMPL_FUNC()
486 "replication_pad1d only supports output tensors with less than 2^63 - 1 elements"); in TORCH_IMPL_FUNC()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_replication_pad1d.cpp39 constexpr auto name = "replication_pad1d.out"; in replication_pad1d_out()
/aosp_15_r20/external/executorch/kernels/aten/
H A Dfunctions.yaml322 - op: replication_pad1d.out
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dcoverage.yaml510 - aten::replication_pad1d
941 aten::replication_pad1d: 1
H A Dmodel_ops.yaml304 aten::replication_pad1d: 1
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/
H A Dop_registry.cpp45 "aten::replication_pad1d(Tensor self, int[] padding) -> Tensor", in nn_ops_first_input_preserving()
/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dannotated_ops474 replication_pad1d, misc
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_dtype_analysis.py76 "replication_pad1d",
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReplicationPadding.cpp25 TORCH_META_FUNC(replication_pad1d) ( in TORCH_META_FUNC() argument
H A DPadNd.cpp22 #include <ATen/ops/replication_pad1d.h>
H A Dnative_functions.yaml12393 - func: replication_pad1d.out(Tensor self, SymInt[2] padding, *, Tensor(a!) out) -> Tensor(a!)
12401 - func: replication_pad1d(Tensor self, SymInt[2] padding) -> Tensor
12403 structured_delegate: replication_pad1d.out
/aosp_15_r20/external/pytorch/torch/_decomp/
H A D__init__.py401 aten.replication_pad1d,
H A Ddecompositions.py4570 @register_decomposition(aten.replication_pad1d)
/aosp_15_r20/external/pytorch/docs/source/
H A Damp.rst431 ``replication_pad1d``,
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A Dautocast_mode.cpp386 KERNEL_CPU(replication_pad1d, fp32) in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/executorch/kernels/portable/
H A Dfunctions.yaml730 - op: replication_pad1d.out
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesModules.cpp372 EXISTING_BDIM(replication_pad1d); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DPaddingKernel.cpp607 "replication_pad1d", [&] { in replication_pad1d_kernel_impl()
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset11.py732 @_onnx_symbolic("aten::replication_pad1d")
H A Dsymbolic_opset9.py1816 @_onnx_symbolic("aten::replication_pad1d")
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_variable_type.py325 "replication_pad1d",
H A Dderivatives.yaml2183 - name: replication_pad1d(Tensor self, SymInt[2] padding) -> Tensor
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp9719 torch::Tensor output = torch::replication_pad1d(input, pad); in TEST_F()
9722 torch::Tensor lazy_output = torch::replication_pad1d(lazy_input, pad); in TEST_F()
9731 torch::Tensor output = torch::replication_pad1d(input, pad); in TEST_F()
9734 torch::Tensor lazy_output = torch::replication_pad1d(lazy_input, pad); in TEST_F()
9742 return torch::replication_pad1d(inputs[0], pad); in TEST_F()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py1054 "torch._C._nn.replication_pad1d",
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py1714 @register_meta(aten.replication_pad1d)

12