Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WhileResultOperandsMatchAndImplicitCapture (0.3 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      return success();
    }
    
    namespace {
    // Canonicalize While op so that results and operands match and external values
    // are via implicit capture rather than via block args.
    struct WhileResultOperandsMatchAndImplicitCapture
        : public OpRewritePattern<WhileOp> {
      using OpRewritePattern<WhileOp>::OpRewritePattern;
    
      LogicalResult matchAndRewrite(WhileOp while_op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top