Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reduced_dimensions_bitmap (0.25 sec)

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

          return failure();
    
        // Build the final shape from input_shape and dimensions using a bitmap
        // to mark the reduced dimensions.
        SmallVector<bool, 4> reduced_dimensions_bitmap(input_shape.size(), false);
        SmallVector<int64_t, 4> xla_dimensions;
        for (const APInt &index_raw : dimensions.getValues<APInt>()) {
          int64_t index = index_raw.getSExtValue();
    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