tf.train.assert_global_step

View source on GitHub

Asserts global_step_tensor is a scalar int Variable or Tensor.

Aliases:

tf.train.assert_global_step(global_step_tensor)

Args:

  • global_step_tensor: Tensor to test.