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