Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CloneEmptyWhile (0.13 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

                                        /*operands=*/ArrayRef<Value>{});
      return host_side_if;
    }
    // Creates a WhileRegionOp cond and body regions with yield op and
    // an empty body.
    mlir::TF::WhileRegionOp CloneEmptyWhile(uint64_t parallel_iterations,
                                            Location loc, OpBuilder& builder) {
      // Mark op as stateful due to side-effecting communication ops added later.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
Back to top