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