Struct tensorflow::ops::SparseCrossHashedInst
source · pub struct SparseCrossHashedInst {
pub op: Operation,
}
Expand description
An instance of ‘SparseCrossHashed’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SparseCrossHashed Operation in a Tensorflow graph.
Implementations§
source§impl SparseCrossHashedInst
impl SparseCrossHashedInst
sourcepub fn output_indices(&self) -> Output
pub fn output_indices(&self) -> Output
Returns the ‘output_indices’ Output of this ‘SparseCrossHashed’ operation.
sourcepub fn output_values(&self) -> Output
pub fn output_values(&self) -> Output
Returns the ‘output_values’ Output of this ‘SparseCrossHashed’ operation.
sourcepub fn output_shape(&self) -> Output
pub fn output_shape(&self) -> Output
Returns the ‘output_shape’ Output of this ‘SparseCrossHashed’ operation.
sourcepub fn indices(&self) -> Result<Vec<Input<'_>>>
pub fn indices(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of indices for ‘indices’ Input of this SparseCrossHashed operation.
sourcepub fn values(&self) -> Result<Input<'_>>
pub fn values(&self) -> Result<Input<'_>>
Returns the ‘values’ Input of this ‘SparseCrossHashed’ operation.
sourcepub fn shapes(&self) -> Result<Vec<Input<'_>>>
pub fn shapes(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of shapes for ‘shapes’ Input of this SparseCrossHashed operation.
sourcepub fn dense_inputs(&self) -> Result<Input<'_>>
pub fn dense_inputs(&self) -> Result<Input<'_>>
Returns the ‘dense_inputs’ Input of this ‘SparseCrossHashed’ operation.
sourcepub fn num_buckets(&self) -> Result<Input<'_>>
pub fn num_buckets(&self) -> Result<Input<'_>>
Returns the ‘num_buckets’ Input of this ‘SparseCrossHashed’ operation.
sourcepub fn strong_hash(&self) -> Result<Input<'_>>
pub fn strong_hash(&self) -> Result<Input<'_>>
Returns the ‘strong_hash’ Input of this ‘SparseCrossHashed’ operation.
Trait Implementations§
source§impl Clone for SparseCrossHashedInst
impl Clone for SparseCrossHashedInst
source§fn clone(&self) -> SparseCrossHashedInst
fn clone(&self) -> SparseCrossHashedInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more