aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-05 13:20:56 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-05 13:23:56 -0700
commit1e92632c5d22c7815943343c8e634805f3152707 (patch)
tree1cacdce32f206b4963aaedaaead12eb053053bf0 /tensorflow
parent1bac6186e19353d9881584ce8ec51bf35d627842 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 199347316
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/core/ops/compat/ops_history.v1.pbtxt15
-rw-r--r--tensorflow/core/ops/ops.pbtxt15
2 files changed, 30 insertions, 0 deletions
diff --git a/tensorflow/core/ops/compat/ops_history.v1.pbtxt b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
index 61cc3f7c2e..16e9b2e02e 100644
--- a/tensorflow/core/ops/compat/ops_history.v1.pbtxt
+++ b/tensorflow/core/ops/compat/ops_history.v1.pbtxt
@@ -21497,6 +21497,21 @@ op {
}
}
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 {
name: "inputs"
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index e73e034340..7df43663c9 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -10004,6 +10004,21 @@ op {
}
}
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 {
name: "inputs"