blob: 5c5ad9078385e61b1434149fc367593c1cbecfdc [file] [log] [blame]
op {
name: "SparseReorder"
input_arg {
name: "input_indices"
type: DT_INT64
}
input_arg {
name: "input_values"
type_attr: "T"
}
input_arg {
name: "input_shape"
type: DT_INT64
}
output_arg {
name: "output_indices"
type: DT_INT64
}
output_arg {
name: "output_values"
type_attr: "T"
}
attr {
name: "T"
type: "type"
}
}