aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/allocate_transient_arrays.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-01-25 08:20:51 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-25 08:28:58 -0800
commit10d7ddfa9bb95d65f7245dae4230a00b0badde06 (patch)
tree95619c94cb2df696c90c8728694778ab71c51e83 /tensorflow/contrib/lite/toco/allocate_transient_arrays.cc
parent028ef1e67201700e8d9d77af64655f1dd20ae665 (diff)
Automated g4 rollback of changelist 183239252
PiperOrigin-RevId: 183241034
Diffstat (limited to 'tensorflow/contrib/lite/toco/allocate_transient_arrays.cc')
-rw-r--r--tensorflow/contrib/lite/toco/allocate_transient_arrays.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/toco/allocate_transient_arrays.cc b/tensorflow/contrib/lite/toco/allocate_transient_arrays.cc
index 49cc1fc2aa..5961d30bf5 100644
--- a/tensorflow/contrib/lite/toco/allocate_transient_arrays.cc
+++ b/tensorflow/contrib/lite/toco/allocate_transient_arrays.cc
@@ -158,7 +158,9 @@ std::size_t TransientArraySize(const Model& model, const string& array_name,
LOG(FATAL)
<< "A RNN state array, " << array_name << ", still does not "
<< "have a known data type after all graph transformations have "
- << "run.";
+ << "run. That's mostly a toco bug --- sorry. For now, you can "
+ << "work around this issue by adding manually_create:true in the "
+ << "--rnn_state description of this RNN state.";
}
}
LOG(FATAL) << "An array, " << array_name << ", still does not "