Struct tensorflow::ops::LookupTableSize
source · [−]pub struct LookupTableSize { /* private fields */ }
Expand description
Builder for the LookupTableSize
operation.
Implementations
sourceimpl 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
sourceimpl Debug for LookupTableSize
impl Debug for LookupTableSize
sourceimpl Default for LookupTableSize
impl Default for LookupTableSize
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more