aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/shape_inference_testutil.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-10-31 13:11:56 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-31 14:19:03 -0700
commit41734d78d3facf652c25b2a2761aadd978b3f2ef (patch)
tree931685da30dfcb84077664dede0b33d93c609397 /tensorflow/core/framework/shape_inference_testutil.cc
parent1dd44f3ecc38cdb3df95cb3599f7b843f6d5062a (diff)
Automated rollback of change 137740850
Change: 137747341
Diffstat (limited to 'tensorflow/core/framework/shape_inference_testutil.cc')
-rw-r--r--tensorflow/core/framework/shape_inference_testutil.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/core/framework/shape_inference_testutil.cc b/tensorflow/core/framework/shape_inference_testutil.cc
index ed1d3ec520..a225824f82 100644
--- a/tensorflow/core/framework/shape_inference_testutil.cc
+++ b/tensorflow/core/framework/shape_inference_testutil.cc
@@ -44,8 +44,7 @@ Status ShapeInferenceTestutil::InferShapes(ShapeInferenceTestOp op,
}
shape_inference::InferenceContext c(&op.node_def, op_reg_data->op_def,
- in_shapes, op.input_tensors,
- {} /* input_tensors_as_shapes */);
+ in_shapes, op.input_tensors, {}, {}, {});
TF_RETURN_IF_ERROR(c.construction_status());
if (op_reg_data->shape_inference_fn == nullptr) {
return errors::InvalidArgument(