tf.compat.v1.flags.ListSerializer

Base class for generating string representations of a flag value.

Inherits From: ArgumentSerializer

tf.compat.v1.flags.ListSerializer(
    list_sep
)

Methods

serialize

serialize(
    value
)

See base class.