Home
last modified time | relevance | path

Searched defs:index_fill (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DNamedTensor.cpp344 Tensor index_fill(const Tensor& self, Dimname dim, const Tensor& index, const Scalar& source) { in index_fill() function
350 Tensor index_fill(const Tensor& self, Dimname dim, const Tensor& index, const Tensor& source) { in index_fill() function
DTensorAdvancedIndexing.cpp1563 Tensor index_fill(const Tensor & self, int64_t dim, const Tensor & index, const Scalar& source) { in index_fill() function
1567 Tensor index_fill(const Tensor & self, int64_t dim, const Tensor & index, const Tensor & source) { in index_fill() function
/external/pytorch/torch/onnx/
Dsymbolic_opset11.py947 def index_fill(g: jit_utils.GraphContext, self, dim, index, value): function
Dsymbolic_opset9.py2957 def index_fill(g: jit_utils.GraphContext, self, dim, index, value): function
/external/pytorch/torch/_refs/
D__init__.py3982 def index_fill( function