Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasAttr (0.08 sec)

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

                rewriter.getStringAttr(sharding_proto.SerializeAsString()));
          } else {
            data_and_token->setAttr(kShardingAttr, op.get_XlaShardingAttr());
          }
        }
    
        if (op->hasAttr("layouts")) {
          // Append a UnitAttr for the "token" operand of the mhlo.infeed op here to
          // avoid compilation failure when exporting "layouts" attribute of the
    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