Home
last modified time | relevance | path

Searched defs:index_copy (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_xla_computations_pass_test.cc287 std::unordered_map<string, Node*> index_copy = in TEST() local
/external/pytorch/aten/src/ATen/native/
DNamedTensor.cpp356 Tensor index_copy(const Tensor& self, Dimname dim, const Tensor& index, const Tensor& source) { in index_copy() function
DTensorAdvancedIndexing.cpp263 TORCH_PRECOMPUTE_META_FUNC(index_copy) in TORCH_PRECOMPUTE_META_FUNC() argument
/external/pytorch/test/
Dtest_decomp.py599 def index_copy(xs, x): function
/external/pytorch/torch/onnx/
Dsymbolic_opset11.py959 def index_copy(g: jit_utils.GraphContext, self, dim, index, source): function
Dsymbolic_opset9.py2970 def index_copy(g: jit_utils.GraphContext, self, dim, index, source): function
/external/pytorch/torch/_refs/
D__init__.py3961 def index_copy(x: TensorLike, dim: int, index: TensorLike, tensor: TensorLike): function
/external/pytorch/torch/_decomp/
Ddecompositions.py2667 def index_copy(x: TensorLike, dim: int, index: TensorLike, tensor: TensorLike): function