Struct tensorflow::ops::SdcaOptimizerV2Inst
source · pub struct SdcaOptimizerV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘SdcaOptimizerV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SdcaOptimizerV2 Operation in a Tensorflow graph.
Implementations§
source§impl SdcaOptimizerV2Inst
impl SdcaOptimizerV2Inst
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 ‘SdcaOptimizerV2’ 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 SdcaOptimizerV2 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 SdcaOptimizerV2 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 SdcaOptimizerV2 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 SdcaOptimizerV2 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 SdcaOptimizerV2 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 SdcaOptimizerV2 operation.
sourcepub fn example_weights(&self) -> Result<Input<'_>>
pub fn example_weights(&self) -> Result<Input<'_>>
Returns the ‘example_weights’ Input of this ‘SdcaOptimizerV2’ operation.
sourcepub fn example_labels(&self) -> Result<Input<'_>>
pub fn example_labels(&self) -> Result<Input<'_>>
Returns the ‘example_labels’ Input of this ‘SdcaOptimizerV2’ 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 SdcaOptimizerV2 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 SdcaOptimizerV2 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 SdcaOptimizerV2 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 ‘SdcaOptimizerV2’ operation.
Trait Implementations§
source§impl Clone for SdcaOptimizerV2Inst
impl Clone for SdcaOptimizerV2Inst
source§fn clone(&self) -> SdcaOptimizerV2Inst
fn clone(&self) -> SdcaOptimizerV2Inst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more