Searched refs:unpackSelfAndIndicesAndValuesAtCurrentLevel (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchRulesScatterOps.cpp | 454 auto unpackSelfAndIndicesAndValuesAtCurrentLevel(const Tensor &self, in unpackSelfAndIndicesAndValuesAtCurrentLevel() function 512 unpackSelfAndIndicesAndValuesAtCurrentLevel(self, indices, values_, cur_level); in index_put__plumbing() 545 unpackSelfAndIndicesAndValuesAtCurrentLevel(self, indices, values, cur_level); in _index_put_impl__plumbing() 666 unpackSelfAndIndicesAndValuesAtCurrentLevel(self, indices, values_, cur_level); in index_put_plumbing()
|