Commit 3bafe0a8 authored by Peter Hawkins's avatar Peter Hawkins Committed by TensorFlower Gardener
Browse files

Add uint32 and uint64 types to TensorFlow.

This change merely creates the types, but does not register kernels that act on uint32/uint64 values. It also does not alter most op registration lists to include uint32/uint64 values. If desirable, that can be done in a subsequent change, although binary size will likely prove problematic if adding more kernels.

The intent of the change is so XLA-compiled code can make use uint32/uint64 types. Since XLA does not use traditional TensorFlow kernels, using uint32/uint64 operators from XLA will require only uint32/uint64 op registrations, but will require few new kernel registrations.

PiperOrigin-RevId: 171681867
parent 5a26d1ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment