From 768b499811932904b897e4d00bee7ff3853416f5 Mon Sep 17 00:00:00 2001 From: Noah Fiedel Date: Tue, 3 May 2016 11:15:20 -0800 Subject: Removes InferenceExample from tensorflow.Example. Background: InferenceExample was confusing as : (a) it exposed Features rather than Examples and, (b) it was primarily intended for serving optimization. Change: 121402533 --- tensorflow/core/example/example.proto | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tensorflow/core/example') diff --git a/tensorflow/core/example/example.proto b/tensorflow/core/example/example.proto index 1b5799b4f0..d6e3ff3a8b 100644 --- a/tensorflow/core/example/example.proto +++ b/tensorflow/core/example/example.proto @@ -268,8 +268,3 @@ message SequenceExample { Features context = 1; FeatureLists feature_lists = 2; }; - -message InferenceExample { - Features context = 1; - repeated Features features = 2; -}; -- cgit v1.2.3