Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseRegion (0.21 sec)

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

        builder.create<YieldOp>(controlled_op->getLoc(),
                                controlled_op->getResults());
        result.location = controlled_op->getLoc();
      } else if (parser.parseRegion(body)) {
        return failure();
      }
    
      ControlNodeOp::ensureTerminator(body, parser.getBuilder(), result.location);
    
      // Get the results type for the control node from the terminator operands.
    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