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