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