Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util.cc

        return mlir::success();
      }
      if (report_error)
        llvm::errs() << std::string(sharding_hlo.status().message()) << "\n";
      return mlir::failure();
    }
    
    mlir::LogicalResult DecodeShardingAttribute(mlir::Attribute shard_attr,
                                                xla::OpSharding& sharding,
                                                bool report_error) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 34K bytes
    - Viewed (0)
Back to top