Function tensorflow::ops::sdca_optimizer

source ·
pub fn sdca_optimizer<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>, O8: Into<Output>, O9: Into<Output>>(
    sparse_example_indices: O0,
    sparse_feature_indices: O1,
    sparse_feature_values: O2,
    dense_features: O3,
    example_weights: O4,
    example_labels: O5,
    sparse_indices: O6,
    sparse_weights: O7,
    dense_weights: O8,
    example_state_data: O9,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SdcaOptimizer::new().build(sparse_example_indices, sparse_feature_indices, sparse_feature_values, dense_features, example_weights, example_labels, sparse_indices, sparse_weights, dense_weights, example_state_data, scope).