mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Update ops-related pbtxt files.
PiperOrigin-RevId: 161138258
This commit is contained in:
parent
68d6667370
commit
ba297aec99
|
|
@ -3144,6 +3144,32 @@ op {
|
||||||
version: 13
|
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 {
|
op {
|
||||||
name: "BatchMatrixDiag"
|
name: "BatchMatrixDiag"
|
||||||
input_arg {
|
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 {
|
op {
|
||||||
name: "MatrixDiag"
|
name: "MatrixDiag"
|
||||||
input_arg {
|
input_arg {
|
||||||
|
|
|
||||||
|
|
@ -2949,6 +2949,8 @@ op {
|
||||||
list {
|
list {
|
||||||
type: DT_FLOAT
|
type: DT_FLOAT
|
||||||
type: DT_DOUBLE
|
type: DT_DOUBLE
|
||||||
|
type: DT_COMPLEX64
|
||||||
|
type: DT_COMPLEX128
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -11799,6 +11801,8 @@ op {
|
||||||
list {
|
list {
|
||||||
type: DT_FLOAT
|
type: DT_FLOAT
|
||||||
type: DT_DOUBLE
|
type: DT_DOUBLE
|
||||||
|
type: DT_COMPLEX64
|
||||||
|
type: DT_COMPLEX128
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user