tensorflow::ops

Function delete_iterator

Source
pub fn delete_iterator<O0: Into<Output>, O1: Into<Output>>(
    handle: O0,
    deleter: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for DeleteIterator::new().build(handle, deleter, scope).