aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/ops.pbtxt
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-06 17:45:13 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-06 17:49:29 -0700
commit67284b2efd11b8c684afdc3cfa28d885efb99fa3 (patch)
tree3ffc9c5ae957f27e49169374cc7f7cca2b338af2 /tensorflow/core/ops/ops.pbtxt
parentddf66a513df69fc948e7bf3929c6bc1747a6070b (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 207639521
Diffstat (limited to 'tensorflow/core/ops/ops.pbtxt')
-rw-r--r--tensorflow/core/ops/ops.pbtxt23
1 files changed, 23 insertions, 0 deletions
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index ef167a2e73..a67678ab9a 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -10473,6 +10473,29 @@ op {
}
}
op {
+ name: "FilterByLastComponentDataset"
+ input_arg {
+ name: "input_dataset"
+ type: DT_VARIANT
+ }
+ output_arg {
+ name: "output"
+ type: DT_VARIANT
+ }
+ attr {
+ name: "output_types"
+ type: "list(type)"
+ has_minimum: true
+ minimum: 1
+ }
+ attr {
+ name: "output_shapes"
+ type: "list(shape)"
+ has_minimum: true
+ minimum: 1
+ }
+}
+op {
name: "FilterDataset"
input_arg {
name: "input_dataset"