Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/transforms/lower_globals_to_ml_program.cc

        // If we're in the first block, then the argument to that block is the
        // one we're looking for.
        if (auto func = cast<func::FuncOp>(op)) {
          if (blockArg.getOwner()->isEntryBlock()) {
            *out = blockArg;
            return success();
          }
        }
    
        // If we're in an inner block, the we have to find all ops that branch
        // to that block, and trace through them.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top