Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DLegacyBatchingRegistrations.cpp237 std::vector<Tensor> split_batching_rule(const Tensor& self, int64_t split_size, int64_t dim) { in split_batching_rule() function
737 m.impl("split.Tensor", split_batching_rule); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DLegacyBatchingRegistrations.cpp432 std::vector<Tensor> split_batching_rule(const Tensor& self, int64_t split_size, int64_t dim) { in split_batching_rule() function
1123 m.impl("split.Tensor", split_batching_rule); in TORCH_LIBRARY_IMPL()