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