blob: 137f0449e71d5ce78b604d33ce1aff9291cf772b [file] [log] [blame]
op {
name: "CollectiveBcastSend"
input_arg {
name: "input"
type_attr: "T"
}
output_arg {
name: "data"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_FLOAT
type: DT_HALF
type: DT_DOUBLE
type: DT_INT32
type: DT_INT64
}
}
}
attr {
name: "group_size"
type: "int"
}
attr {
name: "group_key"
type: "int"
}
attr {
name: "instance_key"
type: "int"
}
attr {
name: "shape"
type: "shape"
}
is_stateful: true
}