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