Struct tensorflow::ops::DeserializeSparse
source · [−]pub struct DeserializeSparse { /* private fields */ }
Expand description
Builder for the DeserializeSparse
operation.
Implementations
sourceimpl 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
sourceimpl Debug for DeserializeSparse
impl Debug for DeserializeSparse
sourceimpl Default for DeserializeSparse
impl Default for DeserializeSparse
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more