Update ops-related pbtxt files.

PiperOrigin-RevId: 261365835
This commit is contained in:
A. Unique TensorFlower 2019-08-02 12:06:15 -07:00 committed by TensorFlower Gardener
parent b9964d43a3
commit c11b8e458b
2 changed files with 29 additions and 0 deletions

View File

@ -78,3 +78,31 @@ op {
type: "string"
}
}
op {
name: "CheckNumerics"
input_arg {
name: "tensor"
type_attr: "T"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_BFLOAT16
type: DT_HALF
type: DT_FLOAT
type: DT_DOUBLE
}
}
}
attr {
name: "message"
type: "string"
}
is_stateful: true
}

View File

@ -6132,6 +6132,7 @@ op {
name: "message"
type: "string"
}
is_stateful: true
}
op {
name: "Cholesky"