Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VerifyShapeOfReshapeOp (0.22 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

            revised_shape.emplace_back(1);
          } else {
            revised_shape.emplace_back(original_input_shape[index++]);
          }
          new_axis_mask >>= 1;
        }
    
        if (failed(TF::VerifyShapeOfReshapeOp(revised_shape))) return failure();
    
        const int dim_size = revised_shape.size();
        Location loc = strided_slice_op.getLoc();
        auto shape_type = tensorflow::GetTypeFromTFTensorShape(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top