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