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