Function tensorflow::ops::boosted_trees_sparse_aggregate_stats
source · pub fn boosted_trees_sparse_aggregate_stats<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>>(
node_ids: O0,
gradients: O1,
hessians: O2,
feature_indices: O3,
feature_values: O4,
feature_shape: O5,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BoostedTreesSparseAggregateStats::new().build(node_ids, gradients, hessians, feature_indices, feature_values, feature_shape, scope)
.