Skip to content

Commit

Permalink
Update tf-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Oct 31, 2020
1 parent a870bca commit 69cfeb6
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions source/tf-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8166,6 +8166,12 @@
"default": 0.0,
"name": "timeout_seconds",
"type": "float32"
},
{
"default": 0,
"minimum": 0,
"name": "Nordering_token",
"type": "int64"
}
],
"inputs": [
Expand All @@ -8184,6 +8190,11 @@
{
"name": "instance_key",
"type": 3
},
{
"name": "ordering_token",
"numberAttr": "Nordering_token",
"type": 20
}
],
"outputs": [
Expand Down Expand Up @@ -8322,6 +8333,12 @@
"default": 0.0,
"name": "timeout_seconds",
"type": "float32"
},
{
"default": 0,
"minimum": 0,
"name": "Nordering_token",
"type": "int64"
}
],
"inputs": [
Expand All @@ -8340,6 +8357,11 @@
{
"name": "instance_key",
"type": 3
},
{
"name": "ordering_token",
"numberAttr": "Nordering_token",
"type": 20
}
],
"outputs": [
Expand Down Expand Up @@ -43592,6 +43614,36 @@
"summary": "Returns element-wise integer closest to x."
}
},
{
"name": "RiscAdd",
"schema": {
"attributes": [
{
"description": "Must be one of the following: `bfloat16`, `float16`, `float32`, `float64`.",
"name": "T",
"type": "type"
}
],
"description": "*NOTE*: `RiscAdd` does not supports broadcasting.\n\nGiven two input tensors, the `tf.risc_add` operation computes the sum for every element in the tensor.\n\nBoth input and output have a range `(-inf, inf)`.\n",
"inputs": [
{
"name": "x",
"typeAttr": "T"
},
{
"name": "y",
"typeAttr": "T"
}
],
"outputs": [
{
"name": "z",
"typeAttr": "T"
}
],
"summary": "Returns x + y element-wise."
}
},
{
"name": "RngReadAndSkip",
"schema": {
Expand Down

0 comments on commit 69cfeb6

Please sign in to comment.