tf.train.list_variables

TensorFlow 1 version View source on GitHub

Returns list of all variables in the checkpoint.

ckpt_dir_or_file Directory with checkpoints file or path to checkpoint.

List of tuples (name, shape).