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