提交 f0dca879 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Update ops-related pbtxt files.

PiperOrigin-RevId: 207005345
上级 52dc7286
......@@ -25893,6 +25893,44 @@ op {
type: "func"
}
}
op {
name: "If"
input_arg {
name: "cond"
type_attr: "Tcond"
}
input_arg {
name: "input"
type_list_attr: "Tin"
}
output_arg {
name: "output"
type_list_attr: "Tout"
}
attr {
name: "Tcond"
type: "type"
}
attr {
name: "Tin"
type: "list(type)"
has_minimum: true
}
attr {
name: "Tout"
type: "list(type)"
has_minimum: true
}
attr {
name: "then_branch"
type: "func"
}
attr {
name: "else_branch"
type: "func"
}
is_stateful: true
}
op {
name: "Igamma"
input_arg {
......@@ -12466,6 +12466,7 @@ op {
name: "else_branch"
type: "func"
}
is_stateful: true
}
op {
name: "Igamma"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册