Returns list of all variables in the checkpoint.
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.train.list_variables, tf.compat.v2.train.list_variables
tf.compat.v1.train.list_variables
tf.compat.v2.train.list_variables
tf.train.list_variables( ckpt_dir_or_file )
ckpt_dir_or_file
List of tuples (name, shape).
(name, shape)