Home
last modified time | relevance | path

Searched defs:tensor_list_index (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlower_static_tensor_list.cc1144 const llvm::SmallSet<int, 4> &tensor_list_index, in UpdateTensorListTypes()
1170 const llvm::SmallSet<int, 4> &tensor_list_index, ArrayRef<Type> types, in ChangeVariantToUnrankedTensorType()
1336 const llvm::SmallSet<int, 4> &tensor_list_index, in UpdateTensorListResultTypesForIf()
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_list_dict.py1106 def tensor_list_index(): function