Function tensorflow::ops::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)
.