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