Struct tensorflow::ops::GenerateVocabRemappingInst
source · pub struct GenerateVocabRemappingInst {
pub op: Operation,
}
Expand description
An instance of ‘GenerateVocabRemapping’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built GenerateVocabRemapping Operation in a Tensorflow graph.
Implementations§
source§impl GenerateVocabRemappingInst
impl GenerateVocabRemappingInst
sourcepub fn remapping(&self) -> Output
pub fn remapping(&self) -> Output
Returns the ‘remapping’ Output of this ‘GenerateVocabRemapping’ operation.
sourcepub fn num_present(&self) -> Output
pub fn num_present(&self) -> Output
Returns the ‘num_present’ Output of this ‘GenerateVocabRemapping’ operation.
sourcepub fn new_vocab_file(&self) -> Input<'_>
pub fn new_vocab_file(&self) -> Input<'_>
Returns the ‘new_vocab_file’ Input of this ‘GenerateVocabRemapping’ operation.
sourcepub fn old_vocab_file(&self) -> Input<'_>
pub fn old_vocab_file(&self) -> Input<'_>
Returns the ‘old_vocab_file’ Input of this ‘GenerateVocabRemapping’ operation.
Trait Implementations§
source§impl Clone for GenerateVocabRemappingInst
impl Clone for GenerateVocabRemappingInst
source§fn clone(&self) -> GenerateVocabRemappingInst
fn clone(&self) -> GenerateVocabRemappingInst
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 GenerateVocabRemappingInst
impl Debug for GenerateVocabRemappingInst
source§impl From<GenerateVocabRemappingInst> for Operation
impl From<GenerateVocabRemappingInst> for Operation
source§fn from(inst: GenerateVocabRemappingInst) -> Operation
fn from(inst: GenerateVocabRemappingInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for GenerateVocabRemappingInst
impl Send for GenerateVocabRemappingInst
impl Sync for GenerateVocabRemappingInst
impl Unpin for GenerateVocabRemappingInst
impl UnwindSafe for GenerateVocabRemappingInst
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