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