Home
last modified time | relevance | path

Searched refs:split_with_sizes_batching_rule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DLegacyBatchingRegistrations.cpp249 std::vector<Tensor> split_with_sizes_batching_rule(const Tensor& self, SymIntArrayRef split_sizes, … in split_with_sizes_batching_rule() function
738 m.impl("split_with_sizes", split_with_sizes_batching_rule); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DLegacyBatchingRegistrations.cpp440 std::vector<Tensor> split_with_sizes_batching_rule(const Tensor& self, IntArrayRef split_sizes, int… in split_with_sizes_batching_rule() function
1124 m.impl("split.sizes", split_with_sizes_batching_rule); in TORCH_LIBRARY_IMPL()
1125 m.impl("split_with_sizes", split_with_sizes_batching_rule); in TORCH_LIBRARY_IMPL()