def __init__(self, dtype): super(StringDomain, self).__init__(dtype) if self.dtype != tf.string: raise ValueError('StringDomain must be initialized with a string dtype.')