blob: 3657cc1bdc365d9551ad56d8acc877cda8d28edd [file] [log] [blame]
op {
name: "SelfAdjointEig"
input_arg {
name: "input"
type_attr: "T"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_DOUBLE
type: DT_FLOAT
}
}
}
deprecation {
version: 11
}
}
op {
name: "SelfAdjointEig"
input_arg {
name: "input"
type_attr: "T"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_DOUBLE
type: DT_FLOAT
type: DT_HALF
}
}
}
deprecation {
version: 11
}
}