Update ops-related pbtxt files.

PiperOrigin-RevId: 307895094
Change-Id: Ia559db0e70dbac818b1fb21a15c1000234297255
This commit is contained in:
A. Unique TensorFlower 2020-04-22 14:08:29 -07:00 committed by TensorFlower Gardener
parent 836102fbe3
commit e224bfeabb
3 changed files with 64 additions and 0 deletions

View File

@ -146,3 +146,34 @@ op {
}
}
}
op {
name: "Maximum"
input_arg {
name: "x"
type_attr: "T"
}
input_arg {
name: "y"
type_attr: "T"
}
output_arg {
name: "z"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_BFLOAT16
type: DT_HALF
type: DT_FLOAT
type: DT_DOUBLE
type: DT_UINT8
type: DT_INT16
type: DT_INT32
type: DT_INT64
}
}
}
}

View File

@ -146,3 +146,34 @@ op {
}
}
}
op {
name: "Minimum"
input_arg {
name: "x"
type_attr: "T"
}
input_arg {
name: "y"
type_attr: "T"
}
output_arg {
name: "z"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_BFLOAT16
type: DT_HALF
type: DT_FLOAT
type: DT_DOUBLE
type: DT_UINT8
type: DT_INT16
type: DT_INT32
type: DT_INT64
}
}
}
}

View File

@ -23731,6 +23731,7 @@ op {
type: DT_HALF
type: DT_FLOAT
type: DT_DOUBLE
type: DT_UINT8
type: DT_INT16
type: DT_INT32
type: DT_INT64
@ -23987,6 +23988,7 @@ op {
type: DT_HALF
type: DT_FLOAT
type: DT_DOUBLE
type: DT_UINT8
type: DT_INT16
type: DT_INT32
type: DT_INT64