Home
last modified time | relevance | path

Searched full:reflection_pad2d (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/ops/
H A DMetalPadding.mm15 static Tensor reflection_pad2d(const Tensor& input, IntArrayRef padding) {
57 specializedPipelineState:"reflection_pad2d"
87 m.impl(TORCH_SELECTIVE_NAME("aten::reflection_pad2d"), TORCH_FN(reflection_pad2d));
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DPadding.cpp97 Tensor reflection_pad2d(const Tensor& self_arg, IntArrayRef padding) { in reflection_pad2d() function
98 return pad2d(self_arg, padding, VK_KERNEL(reflection_pad2d)); in reflection_pad2d()
109 TORCH_SELECTIVE_NAME("aten::reflection_pad2d"), in TORCH_LIBRARY_IMPL()
110 TORCH_FN(reflection_pad2d)); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_reflection_pad2d.cpp47 constexpr auto name = "reflection_pad2d.out"; in reflection_pad2d_out()
/aosp_15_r20/external/executorch/kernels/aten/
H A Dfunctions.yaml318 - op: reflection_pad2d.out
/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dcoverage.yaml500 - aten::reflection_pad2d
934 aten::reflection_pad2d: 1
H A Dmodel_ops.yaml296 aten::reflection_pad2d: 2
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/
H A Dop_registry.cpp43 "aten::reflection_pad2d(Tensor self, int[] padding) -> Tensor", in nn_ops_first_input_preserving()
/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dannotated_ops473 reflection_pad2d, misc
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_dtype_analysis.py74 "reflection_pad2d",
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPadNd.cpp20 #include <ATen/ops/reflection_pad2d.h>
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/
H A Dpytorch_CycleGAN_and_pix2pix_training.txt47 Operator: aten.reflection_pad2d.default
H A DBackground_Matting_training.txt79 Operator: aten.reflection_pad2d.default
/aosp_15_r20/external/pytorch/torch/_decomp/
H A D__init__.py397 aten.reflection_pad2d,
/aosp_15_r20/external/pytorch/docs/source/
H A Damp.rst430 ``reflection_pad2d``,
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/mpscnn/tests/
H A DMPSCNNTests.mm901 auto Y1 = at::reflection_pad2d(X1, {2,4,7,9});
902 auto Y2 = at::reflection_pad2d(X2, {2,4,7,9}).cpu();
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A Dautocast_mode.cpp385 KERNEL_CPU(reflection_pad2d, fp32) in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/executorch/kernels/portable/
H A Dfunctions.yaml720 - op: reflection_pad2d.out
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesModules.cpp370 EXISTING_BDIM(reflection_pad2d); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DPaddingKernel.cpp517 "reflection_pad2d", [&] { in reflection_pad2d_kernel_impl()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/
H A DMetalShaders.h484 kernel void reflection_pad2d(texture2d_array<half, access::read> in_arr[[texture(0), function_const…
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset11.py724 @_onnx_symbolic("aten::reflection_pad2d")
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_variable_type.py311 "reflection_pad2d",
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp9677 torch::Tensor output = torch::reflection_pad2d(input, pad); in TEST_F()
9680 torch::Tensor lazy_output = torch::reflection_pad2d(lazy_input, pad); in TEST_F()
9690 torch::Tensor output = torch::reflection_pad2d(input, pad); in TEST_F()
9693 torch::Tensor lazy_output = torch::reflection_pad2d(lazy_input, pad); in TEST_F()
9701 return torch::reflection_pad2d(inputs[0], pad); in TEST_F()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py1050 "torch._C._nn.reflection_pad2d",
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp4186 TEST_F(VulkanAPITest, reflection_pad2d) { in TEST_F() argument
4190 const auto out_cpu = at::reflection_pad2d(a_cpu, {9,8,5,12}); in TEST_F()
4191 const auto out_vulkan = at::reflection_pad2d(a_vulkan, {9,8,5,12}).cpu(); in TEST_F()

12