Home
last modified time | relevance | path

Searched defs:select_scatter (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_cuda_repro.py923 def fn(arg7_1, add_1, permute_2, select_scatter, slice_8): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc822 auto select_scatter = Cast<HloSelectAndScatterInstruction>(instruction); in ImportInstructionImpl() local
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py6222 def select_scatter(x: TensorLikeType, src: TensorLikeType, dim: int, index: int): function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py2493 def select_scatter(x, src, dim: int, index: int): function