Struct tensorflow::ops::SdcaOptimizerInst
source · pub struct SdcaOptimizerInst {
pub op: Operation,
}
Expand description
An instance of ‘SdcaOptimizer’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SdcaOptimizer Operation in a Tensorflow graph.
Implementations§
source§impl SdcaOptimizerInst
impl SdcaOptimizerInst
sourcepub fn out_example_state_data(&self) -> Output
pub fn out_example_state_data(&self) -> Output
Returns the ‘out_example_state_data’ Output of this ‘SdcaOptimizer’ operation.
sourcepub fn out_delta_sparse_weights(&self) -> Result<Vec<Output>>
pub fn out_delta_sparse_weights(&self) -> Result<Vec<Output>>
Returns a Vector of out_delta_sparse_weights for ‘out_delta_sparse_weights’ Output of this SdcaOptimizer operation.
sourcepub fn out_delta_dense_weights(&self) -> Result<Vec<Output>>
pub fn out_delta_dense_weights(&self) -> Result<Vec<Output>>
Returns a Vector of out_delta_dense_weights for ‘out_delta_dense_weights’ Output of this SdcaOptimizer operation.
sourcepub fn sparse_example_indices(&self) -> Result<Vec<Input<'_>>>
pub fn sparse_example_indices(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of sparse_example_indices for ‘sparse_example_indices’ Input of this SdcaOptimizer operation.
sourcepub fn sparse_feature_indices(&self) -> Result<Vec<Input<'_>>>
pub fn sparse_feature_indices(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of sparse_feature_indices for ‘sparse_feature_indices’ Input of this SdcaOptimizer operation.
sourcepub fn sparse_feature_values(&self) -> Result<Vec<Input<'_>>>
pub fn sparse_feature_values(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of sparse_feature_values for ‘sparse_feature_values’ Input of this SdcaOptimizer operation.
sourcepub fn dense_features(&self) -> Result<Vec<Input<'_>>>
pub fn dense_features(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of dense_features for ‘dense_features’ Input of this SdcaOptimizer operation.
sourcepub fn example_weights(&self) -> Result<Input<'_>>
pub fn example_weights(&self) -> Result<Input<'_>>
Returns the ‘example_weights’ Input of this ‘SdcaOptimizer’ operation.
sourcepub fn example_labels(&self) -> Result<Input<'_>>
pub fn example_labels(&self) -> Result<Input<'_>>
Returns the ‘example_labels’ Input of this ‘SdcaOptimizer’ operation.
sourcepub fn sparse_indices(&self) -> Result<Vec<Input<'_>>>
pub fn sparse_indices(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of sparse_indices for ‘sparse_indices’ Input of this SdcaOptimizer operation.
sourcepub fn sparse_weights(&self) -> Result<Vec<Input<'_>>>
pub fn sparse_weights(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of sparse_weights for ‘sparse_weights’ Input of this SdcaOptimizer operation.
sourcepub fn dense_weights(&self) -> Result<Vec<Input<'_>>>
pub fn dense_weights(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of dense_weights for ‘dense_weights’ Input of this SdcaOptimizer operation.
sourcepub fn example_state_data(&self) -> Result<Input<'_>>
pub fn example_state_data(&self) -> Result<Input<'_>>
Returns the ‘example_state_data’ Input of this ‘SdcaOptimizer’ operation.
Trait Implementations§
source§impl Clone for SdcaOptimizerInst
impl Clone for SdcaOptimizerInst
source§fn clone(&self) -> SdcaOptimizerInst
fn clone(&self) -> SdcaOptimizerInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more