namespace Tensorflow.Keras { public enum ImageDataFormat { channels_last, channels_first } }