Struct tensorflow::ops::Unpack
source · pub struct Unpack { /* private fields */ }
Expand description
Builder for the Unpack
operation.
Implementations§
source§impl Unpack
impl Unpack
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
value: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, value: O0, scope: &mut Scope ) -> Result<Operation>
Builds the Unpack
operation.
sourcepub fn build_instance(
&self,
value: Output,
scope: &mut Scope
) -> Result<UnpackInst>
pub fn build_instance( &self, value: Output, scope: &mut Scope ) -> Result<UnpackInst>
Builds a new instance of ‘Unpack’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Unpack
impl Send for Unpack
impl Sync for Unpack
impl Unpin for Unpack
impl UnwindSafe for Unpack
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more