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