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