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