Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for body_fn (0.32 sec)

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

    // SmallVector<Values, 4> new_values;
    // for (int i = 0; i < num_iterations; ++i) {
    //   body_fn(old_values, &new_values, ...);
    //   old_values = new_values;
    // }
    // ```
    //
    // Under the hood an induction variable is prepended to values to control the
    // number of iterations, but that is transparent to `body_fn`, which does not
    // need to care about that.
    static void CreateWhile32(Location loc, int num_iterations,
    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