aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/tensor.go
diff options
context:
space:
mode:
authorGravatar Manjunath Kudlur <keveman@google.com>2017-07-21 06:06:40 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-21 06:10:28 -0700
commit83faa857765a4c9846447866ee99aeecfafb9b59 (patch)
tree4bae94213b9a1baa12fd536903a942c28fd41614 /tensorflow/go/tensor.go
parent9c7972ec559dd63f3b792a09fadd93f2fbf31a34 (diff)
Automated g4 rollback of changelist 162668355
PiperOrigin-RevId: 162733043
Diffstat (limited to 'tensorflow/go/tensor.go')
-rw-r--r--tensorflow/go/tensor.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/go/tensor.go b/tensorflow/go/tensor.go
index 8b8909a6f8..4a60c736b5 100644
--- a/tensorflow/go/tensor.go
+++ b/tensorflow/go/tensor.go
@@ -227,7 +227,6 @@ var types = []struct {
{reflect.TypeOf(uint16(0)), C.TF_UINT16},
{reflect.TypeOf(complex(float64(0), float64(0))), C.TF_COMPLEX128},
// TODO(apassos): support DT_RESOURCE representation in go.
- // TODO(keveman): support DT_VARIANT representation in go.
}
// shapeAndDataTypeOf returns the data type and shape of the Tensor