google-research-datasets / tpu_graphs

Apache License 2.0
120 stars 43 forks source link

Switch tpu_graphs to use absl::Status and absl::StatusOr. #13

Open klucke opened 1 week ago

klucke commented 1 week ago

Use absl::Status and absl::StatusOr directly rather than the aliases defined in xla/status.h and xla/statusor.h now that they're just aliases.