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

Update ops-related pbtxt files.

PiperOrigin-RevId: 161138258
上级 68d66673
......@@ -3144,6 +3144,32 @@ op {
version: 13
}
}
op {
name: "BatchMatrixDeterminant"
input_arg {
name: "input"
type_attr: "T"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_FLOAT
type: DT_DOUBLE
type: DT_COMPLEX64
type: DT_COMPLEX128
}
}
}
deprecation {
version: 13
}
}
op {
name: "BatchMatrixDiag"
input_arg {
......@@ -12354,6 +12380,29 @@ op {
}
}
}
op {
name: "MatrixDeterminant"
input_arg {
name: "input"
type_attr: "T"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_FLOAT
type: DT_DOUBLE
type: DT_COMPLEX64
type: DT_COMPLEX128
}
}
}
}
op {
name: "MatrixDiag"
input_arg {
......
......@@ -2949,6 +2949,8 @@ op {
list {
type: DT_FLOAT
type: DT_DOUBLE
type: DT_COMPLEX64
type: DT_COMPLEX128
}
}
}
......@@ -11799,6 +11801,8 @@ op {
list {
type: DT_FLOAT
type: DT_DOUBLE
type: DT_COMPLEX64
type: DT_COMPLEX128
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册