Struct tensorflow::ops::DecodeBase64
source · pub struct DecodeBase64 { /* private fields */ }
Expand description
Builder for the DecodeBase64
operation.
Implementations§
source§impl DecodeBase64
impl DecodeBase64
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,
input: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, input: O0, scope: &mut Scope ) -> Result<Operation>
Builds the DecodeBase64
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<DecodeBase64Inst>
pub fn build_instance( &self, input: Output, scope: &mut Scope ) -> Result<DecodeBase64Inst>
Builds a new instance of ‘DecodeBase64’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for DecodeBase64
impl Debug for DecodeBase64
source§impl Default for DecodeBase64
impl Default for DecodeBase64
source§fn default() -> DecodeBase64
fn default() -> DecodeBase64
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DecodeBase64
impl Send for DecodeBase64
impl Sync for DecodeBase64
impl Unpin for DecodeBase64
impl UnwindSafe for DecodeBase64
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