Home
last modified time | relevance | path

Searched refs:TensorOptList (Results 1 – 6 of 6) sorted by relevance

/external/executorch/kernels/portable/cpu/util/
Dadvanced_index_util.h17 using TensorOptList = exec_aten::ArrayRef<exec_aten::optional<Tensor>>; variable
24 bool check_index_args(const Tensor& in, TensorOptList indices, Tensor& out);
39 size_t count_index_blocks(TensorOptList indices);
50 TensorOptList indices,
57 size_t get_indices_broadcast_ndim(TensorOptList indices);
63 size_t get_num_indexed_dims(TensorOptList indices);
68 size_t get_num_null_indices(TensorOptList indices);
73 size_t get_num_leading_null_indices(TensorOptList indices);
80 TensorOptList indices,
91 TensorOptList indices,
[all …]
Dadvanced_index_util.cpp16 using TensorOptList = exec_aten::ArrayRef<exec_aten::optional<Tensor>>; typedef
20 bool check_indices_dtypes(TensorOptList indices) { in check_indices_dtypes()
42 bool check_mask_indices(const Tensor& in, TensorOptList indices) { in check_mask_indices()
141 bool check_index_args(const Tensor& in, TensorOptList indices, Tensor& out) { in check_index_args()
150 size_t count_index_blocks(TensorOptList indices) { in count_index_blocks()
167 TensorOptList indices, in get_indices_broadcast_shape()
211 size_t get_indices_broadcast_ndim(TensorOptList indices) { in get_indices_broadcast_ndim()
230 size_t get_num_indexed_dims(TensorOptList indices) { in get_num_indexed_dims()
245 size_t get_num_null_indices(TensorOptList indices) { in get_num_null_indices()
255 size_t get_num_leading_null_indices(TensorOptList indices) { in get_num_leading_null_indices()
[all …]
/external/executorch/exir/dialects/edge/arg/
Dtype.py14 TensorOptList = "Tensor?[]" variable in ArgType
25 return self in [ArgType.TensorList, ArgType.TensorOptList]
/external/executorch/kernels/portable/cpu/
Dop_index.cpp23 using TensorOptList = exec_aten::ArrayRef<exec_aten::optional<Tensor>>; typedef
28 TensorOptList indices, in index_Tensor_out()
/external/executorch/exir/dialects/edge/dtype/
Dutils.py24 if sample.type == ArgType.TensorList or sample.type == ArgType.TensorOptList:
/external/executorch/exir/dialects/edge/op/
Dsample_input.py618 ArgType.TensorOptList,
634 ArgType.TensorOptList,