Fix tensorflow::data::model::SharedStatefield initializer order to avoid warnings.
The fields will be initiwalized in the order in which they are declared in the struct regardless of the order the initializers are listed, but some compilers warn if the orderings do not match. This CL makes tham match to avoid the warnings. PiperOrigin-RevId: 218922131
Loading
Please sign in to comment