Files
tensorflow/tensorflow/distribute/experimental/rpc
David Majnemer 831ac5e4a6 Replace C-style character functions with absl::ascii_ or llvm:: equivalents.
This change updates various uses of `cctype` functions such as `toupper`, `tolower`, `isspace`, `isdigit`, `isalpha`, and `isalnum` to their `absl::ascii_` counterparts. In some instances within MLIR/LLVM code, `llvm::` equivalents are used. String transformations using `std::transform` with `::tolower` or `::toupper` are also updated to use `absl::AsciiStrToLower` or `absl::AsciiStrToUpper`. This ensures locale-independent behavior for character manipulations.

PiperOrigin-RevId: 828236978
2025-11-04 19:21:09 -08:00
..

Experimental TensorFlow RPC Ops.

This directory contains kernels for RPC Ops in TensorFlow distribute package.

Note*: These ops may move to a separate repository in the future.