Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for while_loop (0.14 sec)

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

      // Create the while op.
      auto while_op = builder->create<mhlo::WhileOp>(loc, init_types_with_loop_iv,
                                                     init_values_with_loop_iv);
      auto ivs_count = init_types_with_loop_iv.size();
    
      {
        OpBuilder::InsertionGuard guard(*builder);
    
        // Build up the only block in the condition region.
        Region &condition = while_op.getCond();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top