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