Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasTask (0.1 sec)

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

        auto input_ty = mlir::cast<ShapedType>(input.getType());
        auto min_ty = mlir::cast<ShapedType>(min.getType());
        auto max_ty = mlir::cast<ShapedType>(max.getType());
    
        if (!input_ty.hasRank() || !min_ty.hasRank() || !max_ty.hasRank()) {
          return failure();
        }
    
        auto shape = rewriter.create<TF::ShapeOp>(
            op.getLoc(),
            tensorflow::GetTypeFromTFTensorShape({input_ty.getRank()},
    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