Home
last modified time | relevance | path

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

12

/external/executorch/kernels/portable/cpu/
Dop_replication_pad1d.cpp39 constexpr auto name = "replication_pad1d.out"; in replication_pad1d_out()
/external/pytorch/aten/src/ATen/native/cuda/
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()
/external/executorch/kernels/aten/
Dfunctions.yaml322 - op: replication_pad1d.out
/external/pytorch/torch/csrc/jit/passes/utils/
Dop_registry.cpp45 "aten::replication_pad1d(Tensor self, int[] padding) -> Tensor", in nn_ops_first_input_preserving()
/external/pytorch/functorch/op_analysis/
Dannotated_ops474 replication_pad1d, misc
/external/pytorch/aten/src/ATen/native/
DReplicationPadding.cpp25 TORCH_META_FUNC(replication_pad1d) ( in TORCH_META_FUNC() argument
DPadNd.cpp22 #include <ATen/ops/replication_pad1d.h>
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
/external/pytorch/test/jit/
Dtest_dtype_analysis.py76 "replication_pad1d",
/external/pytorch/torch/_decomp/
D__init__.py401 aten.replication_pad1d,
Ddecompositions.py4570 @register_decomposition(aten.replication_pad1d)
/external/pytorch/docs/source/
Damp.rst431 ``replication_pad1d``,
/external/pytorch/test/mobile/model_test/
Dmodel_ops.yaml304 aten::replication_pad1d: 1
Dcoverage.yaml510 - aten::replication_pad1d
941 aten::replication_pad1d: 1
/external/pytorch/aten/src/ATen/
Dautocast_mode.cpp386 KERNEL_CPU(replication_pad1d, fp32) in TORCH_LIBRARY_IMPL()
/external/executorch/kernels/portable/
Dfunctions.yaml730 - op: replication_pad1d.out
/external/pytorch/aten/src/ATen/functorch/
DBatchRulesModules.cpp372 EXISTING_BDIM(replication_pad1d); in TORCH_LIBRARY_IMPL()
/external/pytorch/aten/src/ATen/native/cpu/
DPaddingKernel.cpp607 "replication_pad1d", [&] { in replication_pad1d_kernel_impl()
/external/pytorch/torch/onnx/
Dsymbolic_opset11.py732 @_onnx_symbolic("aten::replication_pad1d")
Dsymbolic_opset9.py1816 @_onnx_symbolic("aten::replication_pad1d")
/external/pytorch/tools/autograd/
Dgen_variable_type.py325 "replication_pad1d",
Dderivatives.yaml2183 - name: replication_pad1d(Tensor self, SymInt[2] padding) -> Tensor
/external/pytorch/torch/_dynamo/
Dtrace_rules.py1054 "torch._C._nn.replication_pad1d",
/external/pytorch/test/cpp/lazy/
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()
/external/pytorch/torch/
D_meta_registrations.py1714 @register_meta(aten.replication_pad1d)

12