Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlower_static_tensor_list.cc365 UnrankedTensorType unranked_tensor = UnrankedTensorType::get(element_type); in matchAndRewriteImplWithSliceAndConcat() local
372 /*result_type=*/unranked_tensor, &rewriter); in matchAndRewriteImplWithSliceAndConcat()
378 /*result_type=*/unranked_tensor, &rewriter); in matchAndRewriteImplWithSliceAndConcat()
383 op.getLoc(), unranked_tensor, item, scalar_zero); in matchAndRewriteImplWithSliceAndConcat()
429 UnrankedTensorType unranked_tensor = UnrankedTensorType::get(element_type); in matchAndRewriteImplWithDynamicUpdateSlice() local
431 op.getLoc(), unranked_tensor, item, scalar_zero); in matchAndRewriteImplWithDynamicUpdateSlice()