Update ops-related pbtxt files.
PiperOrigin-RevId: 254122505
This commit is contained in:
parent
ba0ecbce0a
commit
8a1ddd555e
@ -12518,6 +12518,87 @@ op {
|
||||
minimum: 1
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "BoostedTreesSparseCalculateBestFeatureSplit"
|
||||
input_arg {
|
||||
name: "node_id_range"
|
||||
type: DT_INT32
|
||||
}
|
||||
input_arg {
|
||||
name: "stats_summary_indices"
|
||||
type: DT_INT32
|
||||
}
|
||||
input_arg {
|
||||
name: "stats_summary_values"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
input_arg {
|
||||
name: "stats_summary_shape"
|
||||
type: DT_INT32
|
||||
}
|
||||
input_arg {
|
||||
name: "l1"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
input_arg {
|
||||
name: "l2"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
input_arg {
|
||||
name: "tree_complexity"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
input_arg {
|
||||
name: "min_node_weight"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
output_arg {
|
||||
name: "node_ids"
|
||||
type: DT_INT32
|
||||
}
|
||||
output_arg {
|
||||
name: "gains"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
output_arg {
|
||||
name: "feature_dimensions"
|
||||
type: DT_INT32
|
||||
}
|
||||
output_arg {
|
||||
name: "thresholds"
|
||||
type: DT_INT32
|
||||
}
|
||||
output_arg {
|
||||
name: "left_node_contribs"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
output_arg {
|
||||
name: "right_node_contribs"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
output_arg {
|
||||
name: "split_with_default_directions"
|
||||
type: DT_STRING
|
||||
}
|
||||
attr {
|
||||
name: "logits_dimension"
|
||||
type: "int"
|
||||
has_minimum: true
|
||||
minimum: 1
|
||||
}
|
||||
attr {
|
||||
name: "split_type"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: "inequality"
|
||||
}
|
||||
allowed_values {
|
||||
list {
|
||||
s: "inequality"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "BoostedTreesTrainingPredict"
|
||||
input_arg {
|
||||
|
@ -5273,6 +5273,87 @@ op {
|
||||
minimum: 1
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "BoostedTreesSparseCalculateBestFeatureSplit"
|
||||
input_arg {
|
||||
name: "node_id_range"
|
||||
type: DT_INT32
|
||||
}
|
||||
input_arg {
|
||||
name: "stats_summary_indices"
|
||||
type: DT_INT32
|
||||
}
|
||||
input_arg {
|
||||
name: "stats_summary_values"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
input_arg {
|
||||
name: "stats_summary_shape"
|
||||
type: DT_INT32
|
||||
}
|
||||
input_arg {
|
||||
name: "l1"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
input_arg {
|
||||
name: "l2"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
input_arg {
|
||||
name: "tree_complexity"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
input_arg {
|
||||
name: "min_node_weight"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
output_arg {
|
||||
name: "node_ids"
|
||||
type: DT_INT32
|
||||
}
|
||||
output_arg {
|
||||
name: "gains"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
output_arg {
|
||||
name: "feature_dimensions"
|
||||
type: DT_INT32
|
||||
}
|
||||
output_arg {
|
||||
name: "thresholds"
|
||||
type: DT_INT32
|
||||
}
|
||||
output_arg {
|
||||
name: "left_node_contribs"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
output_arg {
|
||||
name: "right_node_contribs"
|
||||
type: DT_FLOAT
|
||||
}
|
||||
output_arg {
|
||||
name: "split_with_default_directions"
|
||||
type: DT_STRING
|
||||
}
|
||||
attr {
|
||||
name: "logits_dimension"
|
||||
type: "int"
|
||||
has_minimum: true
|
||||
minimum: 1
|
||||
}
|
||||
attr {
|
||||
name: "split_type"
|
||||
type: "string"
|
||||
default_value {
|
||||
s: "inequality"
|
||||
}
|
||||
allowed_values {
|
||||
list {
|
||||
s: "inequality"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
op {
|
||||
name: "BoostedTreesTrainingPredict"
|
||||
input_arg {
|
||||
|
Loading…
Reference in New Issue
Block a user