Searched defs:index_fill_ (Results 1 – 3 of 3) sorted by relevance
/external/pytorch/aten/src/ATen/native/ |
D | NamedTensor.cpp | 347 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
|
D | TensorAdvancedIndexing.cpp | 1484 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__.py | 3989 def index_fill_( function
|