Home
last modified time | relevance | path

Searched defs:indices_list (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Dtensor_format.py401 def _validate_indices_list(indices_list, formatted): argument
424 def _locate_elements_in_line(line, indices_list, ref_indices): argument
/aosp_15_r20/external/executorch/kernels/test/
H A Dop_index_test.cpp36 c10::List<std::optional<at::Tensor>> indices_list(indices); in op_index_tensor_out() local
H A Dop_index_put_test.cpp37 c10::List<std::optional<at::Tensor>> indices_list(indices); in op_index_put_out() local
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesScatterOps.cpp349 VmapDimVector compute_indexed_shape(const Tensor &src, TensorList indices_list) in compute_indexed_shape()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorAdvancedIndexing.cpp553 AdvancedIndex::AdvancedIndex(const Tensor& src, TensorList indices_list) in AdvancedIndex()
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp2117 Slice<mpy::handle> indices_list; in index() local