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