Update ops-related pbtxt files.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 7 Mar 2018 00:18:11 +0000 (16:18 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 7 Mar 2018 00:22:24 +0000 (16:22 -0800)
PiperOrigin-RevId: 188098602

tensorflow/core/ops/compat/ops_history.v1.pbtxt
tensorflow/core/ops/ops.pbtxt

index 35c49658b3cc554a48e9c75b4f6c926ee42a8135..18b8bc54950346d506e747eca7f1b0af5b91ff69 100644 (file)
@@ -38235,6 +38235,38 @@ op {
     type: "func"
   }
 }
+op {
+  name: "RemoteCall"
+  input_arg {
+    name: "target"
+    type: DT_STRING
+  }
+  input_arg {
+    name: "args"
+    type_list_attr: "Tin"
+  }
+  output_arg {
+    name: "output"
+    type_list_attr: "Tout"
+  }
+  attr {
+    name: "Tin"
+    type: "list(type)"
+    has_minimum: true
+    minimum: 1
+  }
+  attr {
+    name: "Tout"
+    type: "list(type)"
+    has_minimum: true
+    minimum: 1
+  }
+  attr {
+    name: "f"
+    type: "func"
+  }
+  is_stateful: true
+}
 op {
   name: "RemoteFusedGraphExecute"
   input_arg {
index bf7682712cd6b9555b8d7727fc689dba9dcc262d..3d84ab3f25a2a6eb6fec5eff4c34f5596d26cefc 100644 (file)
@@ -19541,6 +19541,7 @@ op {
     name: "f"
     type: "func"
   }
+  is_stateful: true
 }
 op {
   name: "RemoteFusedGraphExecute"