Home
last modified time | relevance | path

Searched defs:index_fill_ (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DNamedTensor.cpp347 Tensor& index_fill_(Tensor& self, Dimname dim, const Tensor& index, const Scalar& source) { in index_fill_() function
353 Tensor& index_fill_(Tensor& self, Dimname dim, const Tensor& index, const Tensor& source) { in index_fill_() function
DTensorAdvancedIndexing.cpp1484 Tensor & index_fill_(Tensor & self, int64_t dim, const Tensor & index, const Scalar& source) { in index_fill_() function
1557 Tensor & index_fill_(Tensor & self, int64_t dim, const Tensor & index, const Tensor & source) { in index_fill_() function
/external/pytorch/torch/_refs/
D__init__.py3989 def index_fill_( function