Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchAndRewriteImplWithSliceAndConcat (0.34 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

          ConversionPatternRewriter &rewriter) const override {
        if (enable_dynamic_update_slice) {
          return matchAndRewriteImplWithDynamicUpdateSlice(op, adaptor, rewriter);
        } else {
          return matchAndRewriteImplWithSliceAndConcat(op, adaptor, rewriter);
        }
      }
    
      // This function rewrites the original op into a series of slice and concat op
      // to produce the same result. It first slices the first `$index` rows. Then
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
Back to top