tf.train.assert_global_step(global_step_tensor)See the guides: Framework (contrib) > Variables, Training > Training Utilities
Asserts global_step_tensor is a scalar int Variable or Tensor.
global_step_tensor: Tensor to test.Defined in tensorflow/python/training/training_util.py.
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/train/assert_global_step