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