Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOpNames (0.27 sec)

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

      LogicalResult matchAndRewrite(_UnaryOpsCompositionOp op,
                                    PatternRewriter &rewriter) const override {
        Value result = op.getX();
        for (StringRef op_name : op.getOpNames().getAsValueRange<StringAttr>()) {
          std::string full_name = "tf." + op_name.str();
          // All ops in the sequences have the same result type as the original
          // result type.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
Back to top