Function tensorflow::ops::stack_close
source · pub fn stack_close<O0: Into<Output>>(
handle: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StackClose::new().build(handle, scope)
.
pub fn stack_close<O0: Into<Output>>(
handle: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for StackClose::new().build(handle, scope)
.