description: Asserts global_step_tensor is a scalar int Variable or Tensor.
![]() |
Asserts global_step_tensor
is a scalar int Variable
or Tensor
.
tf.compat.v1.train.assert_global_step(
global_step_tensor
)
Args | |
---|---|
global_step_tensor
|
Tensor to test.
|