blob: 62cfd053c35891c13e84f2f5723d11e395c8dd79 [file] [log] [blame]
op {
name: "ScatterNd"
input_arg {
name: "indices"
type_attr: "Tindices"
}
input_arg {
name: "updates"
type_attr: "T"
}
input_arg {
name: "shape"
type_attr: "Tindices"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
}
attr {
name: "Tindices"
type: "type"
allowed_values {
list {
type: DT_INT32
type: DT_INT64
}
}
}
}