aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/variant.h
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-07-28 13:26:11 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-28 13:31:22 -0700
commite5d8470b8a567b7e6567733de8b0222db5a84854 (patch)
tree19e72b139625ca19a19680ed862115998bfe76fe /tensorflow/core/framework/variant.h
parente9c5f33450db70efe0b42e2acb7fc8dd3260683c (diff)
Create VariantTensorData to use instead of VariantTensorDataProto.
PiperOrigin-RevId: 163510186
Diffstat (limited to 'tensorflow/core/framework/variant.h')
-rw-r--r--tensorflow/core/framework/variant.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/core/framework/variant.h b/tensorflow/core/framework/variant.h
index f5c64aea0a..d1eb4020b6 100644
--- a/tensorflow/core/framework/variant.h
+++ b/tensorflow/core/framework/variant.h
@@ -24,13 +24,12 @@ limitations under the License.
#include <utility>
#include "tensorflow/core/framework/type_index.h"
+#include "tensorflow/core/framework/variant_tensor_data.h"
#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/platform/mutex.h"
namespace tensorflow {
-struct VariantTensorData;
-
template <typename T>
string TypeNameVariant(const T& value);