tf.contrib.framework.load_variable

tf.contrib.framework.load_variable(
    checkpoint_dir,
    name
)

Defined in tensorflow/contrib/framework/python/framework/checkpoint_utils.py.

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

Args:

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

Returns:

Tensor object.