tf.train.list_variables

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`

ckpt_dir_or_file Directory with checkpoints file or path to checkpoint.

List of tuples (name, shape).