Function tensorflow::ops::dummy_iteration_counter
source · pub fn dummy_iteration_counter(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for DummyIterationCounter::new().build(scope)
.
pub fn dummy_iteration_counter(scope: &mut Scope) -> Result<Operation>
Shorthand for DummyIterationCounter::new().build(scope)
.