Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shape_shape (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/optimize.cc

        // TODO(rahulsp) : Handle this case with more careful checks.
        if (reshape_shape.size() < non_unit_dims.size()) return failure();
    
        SmallVector<int64_t, 4> old_reshape_non_unit_dims;
        SmallVector<int64_t, 4> new_reshape_dims;
        int new_reshape_dim_idx = 0;
        for (int64_t dim : reshape_shape) {
          int new_reshape_dim = 1;
          if (dim != 1) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top