Struct tensorflow::ops::InitializeTableInst
source · pub struct InitializeTableInst {
pub op: Operation,
}
Expand description
An instance of ‘InitializeTable’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built InitializeTable Operation in a Tensorflow graph.
Implementations§
source§impl InitializeTableInst
impl InitializeTableInst
sourcepub fn table_handle(&self) -> Input<'_>
pub fn table_handle(&self) -> Input<'_>
Returns the ‘table_handle’ Input of this ‘InitializeTable’ operation.
Trait Implementations§
source§impl Clone for InitializeTableInst
impl Clone for InitializeTableInst
source§fn clone(&self) -> InitializeTableInst
fn clone(&self) -> InitializeTableInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InitializeTableInst
impl Debug for InitializeTableInst
source§impl From<InitializeTableInst> for Operation
impl From<InitializeTableInst> for Operation
source§fn from(inst: InitializeTableInst) -> Operation
fn from(inst: InitializeTableInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for InitializeTableInst
impl Send for InitializeTableInst
impl Sync for InitializeTableInst
impl Unpin for InitializeTableInst
impl UnwindSafe for InitializeTableInst
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