Home
last modified time | relevance | path

Searched full:grid_sampler_2d (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/native/mps/operations/
H A DGridSampler.mm10 #include <ATen/ops/grid_sampler_2d.h>
131 TORCH_WARN_ONCE("MPS: grid_sampler_2d op is supported natively starting from macOS 13.2. ",
134 …return at::grid_sampler_2d(input.to("cpu"), grid.to("cpu"), interpolation_mode, padding_mode, alig…
/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_aten_core_operators.expect265 aten::grid_sampler_2d
266 aten::grid_sampler_2d.out
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dts_native_functions.yaml56 - grid_sampler_2d
H A DGridSampler.cpp23 #include <ATen/ops/grid_sampler_2d.h>
1063 return at::grid_sampler_2d( in grid_sampler()
H A Dnative_functions.yaml2857 # one of `cudnn_grid_sampler`, `grid_sampler_2d`, or `grid_sampler_3d`, each of
2864 # implementation detail of grid_sampler_2d and is only exposed here for testing
2874 - func: grid_sampler_2d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool a…
2879 autogen: grid_sampler_2d.out
/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dpublic_api347 grid_sampler_2d
H A Dannotated_ops130 grid_sampler_2d, misc
/aosp_15_r20/external/executorch/kernels/aten/
H A Dfunctions.yaml188 - op: grid_sampler_2d.out
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddecomposition.py682 @register_decomposition([aten.grid_sampler_2d])
684 def grid_sampler_2d( function
/aosp_15_r20/external/pytorch/test/edge/
H A Dselected_operators.yaml176 aten::grid_sampler_2d.out:
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_ops.py1776 ), # NYI: forward AD for grid_sampler_2d
1777 xfail("grid_sampler_2d", ""), # NYI: forward AD for grid_sampler_2d
1996 "grid_sampler_2d"
/aosp_15_r20/external/pytorch/docs/source/
H A Damp.rst405 ``grid_sampler_2d``,
/aosp_15_r20/external/pytorch/test/
H A Dtest_decomp.py262 (torch.float32, torch.ops.aten.grid_sampler_2d.default): (7e-6, 3e-5),
484 skip("grid_sampler_2d"), # slow: fails with --timeout=360 secs
H A Dtest_mps.py154 'grid_sampler_2d': [torch.float32],
167 'grid_sampler_2d': [torch.float32],
634 'grid_sampler_2d': [torch.float32], # Unsupported Border padding mode
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A Dautocast_mode.cpp367 KERNEL_CPU(grid_sampler_2d, fp32) in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesModules.cpp355 VMAP_SUPPORT(grid_sampler_2d, GRID_SAMPLE_BATCH_RULE(grid_sampler)); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/torchgen/static_runtime/
H A Dgenerator.py95 "grid_sampler_2d",
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_dtensor_ops.py178 xfail("grid_sampler_2d"),
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor_opinfo.py470 ("grid_sampler_2d", "cuda"): {f16},
H A Dtest_torchinductor.py5837 aten.grid_sampler_2d(a, b, 0, 0, True),
5838 aten.grid_sampler_2d(a, b, 0, 1, False),
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py4083 …# This method is a copy of grid_sampler_2d implementation and introduced with additional arg _expa…
4241 @register_decomposition(aten.grid_sampler_2d)
4244 def grid_sampler_2d( function
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/operator_inp_logs/torchbench_train/
H A DSuper_SloMo_training.txt118 Operator: aten.grid_sampler_2d.default
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py1853 "torch.grid_sampler_2d",
/aosp_15_r20/external/pytorch/torch/
H A Doverrides.py664 … torch.grid_sampler_2d: lambda input, grid, interpolation_mode, padding_mode, align_corners: -1,
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dderivatives.yaml760 - name: grid_sampler_2d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool a…

12