Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for getParentRegion (0.16 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_communication.cc

      // `mhlo.while` cond terminator does not need to be rewritten as it always
      // returns a tensor<i1> predicate value.
      if (auto while_parent = dyn_cast_or_null<WhileOp>(terminator->getParentOp()))
        if (terminator->getParentRegion() == &while_parent.getCond()) return;
    
      builder.setInsertionPoint(terminator);
      llvm::SmallDenseMap<Value, Value> rewritten_operands;
      auto new_results =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 40.5K bytes
    - Viewed (0)
Back to top