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