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