Skip to content

Commit

Permalink
Update ops-related pbtxt files.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 199347316
  • Loading branch information
tensorflower-gardener committed Jun 5, 2018
1 parent 1bac618 commit 1e92632
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tensorflow/core/ops/compat/ops_history.v1.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -21496,6 +21496,21 @@ op {
type: DT_STRING
}
}
op {
name: "FakeParam"
output_arg {
name: "output"
type_attr: "dtype"
}
attr {
name: "dtype"
type: "type"
}
attr {
name: "shape"
type: "shape"
}
}
op {
name: "FakeQuantWithMinMaxArgs"
input_arg {
Expand Down
15 changes: 15 additions & 0 deletions tensorflow/core/ops/ops.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -10003,6 +10003,21 @@ op {
type: DT_STRING
}
}
op {
name: "FakeParam"
output_arg {
name: "output"
type_attr: "dtype"
}
attr {
name: "dtype"
type: "type"
}
attr {
name: "shape"
type: "shape"
}
}
op {
name: "FakeQuantWithMinMaxArgs"
input_arg {
Expand Down

0 comments on commit 1e92632

Please sign in to comment.