tf.contrib.framework.load_variable

View source on GitHub

Returns a Tensor with the contents of the given variable in the checkpoint.

checkpoint_dir Directory with checkpoints file or path to checkpoint.
name Name of the tensor to return.

Tensor object.