Add draft of C BitcastOp implementation.
This CL removes the C++ implementation of BitCast kernel and adds a C implementation in a new tensorflow/c/kernels. The kernel is registered both for CPU and, if CUDA is present, GPU. The Bitcast Op registration is left in place. A C API for registering ops is coming. PiperOrigin-RevId: 237183873
Loading
Please sign in to comment