blob: f8564802e515aabe3cd43c20dad1ba0621524744 [file] [log] [blame]
op {
name: "SparseSegmentSqrtN"
input_arg {
name: "data"
type_attr: "T"
}
input_arg {
name: "indices"
type_attr: "Tidx"
}
input_arg {
name: "segment_ids"
type: DT_INT32
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_FLOAT
type: DT_DOUBLE
}
}
}
attr {
name: "Tidx"
type: "type"
default_value {
type: DT_INT32
}
allowed_values {
list {
type: DT_INT32
type: DT_INT64
}
}
}
}