Home
last modified time | relevance | path

Searched refs:tensor_dim_has_index (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/
H A Dtensor_util.h652 tensor_dim_has_index(executorch::aten::Tensor t, int64_t d, int64_t ix) { in tensor_dim_has_index() function
1352 using ::executorch::runtime::tensor_dim_has_index;
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dcopy_ops_util.cpp395 ET_LOG_AND_RETURN_IF_FALSE(tensor_dim_has_index(in, dim, index)); in check_select_copy_out_args()