pub struct RetrieveAllTPUEmbeddingParametersInst {
pub op: Operation,
}
Expand description
An instance of ‘RetrieveAllTPUEmbeddingParameters’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built RetrieveAllTPUEmbeddingParameters Operation in a Tensorflow graph.
Implementations§
source§impl RetrieveAllTPUEmbeddingParametersInst
impl RetrieveAllTPUEmbeddingParametersInst
sourcepub fn parameters(&self) -> Result<Vec<Output>>
pub fn parameters(&self) -> Result<Vec<Output>>
Returns a Vector of parameters for ‘parameters’ Output of this RetrieveAllTPUEmbeddingParameters operation.
sourcepub fn auxiliary1(&self) -> Result<Vec<Output>>
pub fn auxiliary1(&self) -> Result<Vec<Output>>
Returns a Vector of auxiliary1 for ‘auxiliary1’ Output of this RetrieveAllTPUEmbeddingParameters operation.
sourcepub fn auxiliary2(&self) -> Result<Vec<Output>>
pub fn auxiliary2(&self) -> Result<Vec<Output>>
Returns a Vector of auxiliary2 for ‘auxiliary2’ Output of this RetrieveAllTPUEmbeddingParameters operation.
sourcepub fn auxiliary3(&self) -> Result<Vec<Output>>
pub fn auxiliary3(&self) -> Result<Vec<Output>>
Returns a Vector of auxiliary3 for ‘auxiliary3’ Output of this RetrieveAllTPUEmbeddingParameters operation.
sourcepub fn auxiliary4(&self) -> Result<Vec<Output>>
pub fn auxiliary4(&self) -> Result<Vec<Output>>
Returns a Vector of auxiliary4 for ‘auxiliary4’ Output of this RetrieveAllTPUEmbeddingParameters operation.
sourcepub fn auxiliary5(&self) -> Result<Vec<Output>>
pub fn auxiliary5(&self) -> Result<Vec<Output>>
Returns a Vector of auxiliary5 for ‘auxiliary5’ Output of this RetrieveAllTPUEmbeddingParameters operation.
sourcepub fn auxiliary6(&self) -> Result<Vec<Output>>
pub fn auxiliary6(&self) -> Result<Vec<Output>>
Returns a Vector of auxiliary6 for ‘auxiliary6’ Output of this RetrieveAllTPUEmbeddingParameters operation.
sourcepub fn auxiliary7(&self) -> Result<Vec<Output>>
pub fn auxiliary7(&self) -> Result<Vec<Output>>
Returns a Vector of auxiliary7 for ‘auxiliary7’ Output of this RetrieveAllTPUEmbeddingParameters operation.
Trait Implementations§
source§impl Clone for RetrieveAllTPUEmbeddingParametersInst
impl Clone for RetrieveAllTPUEmbeddingParametersInst
source§fn clone(&self) -> RetrieveAllTPUEmbeddingParametersInst
fn clone(&self) -> RetrieveAllTPUEmbeddingParametersInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more