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