tensorflow::ops

Function resource_count_up_to

Source
pub fn resource_count_up_to<O0: Into<Output>>(
    resource: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for ResourceCountUpTo::new().build(resource, scope).