aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/optional_debug_tools.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-19 08:57:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-19 09:00:21 -0700
commit316fee40d4978db2f6abbb5ff35cf8d979bee93e (patch)
tree7677176700a716c710a00cc807c9f7d951818dac /tensorflow/contrib/lite/optional_debug_tools.h
parent2f7c783d9ff5bc059fb58b875c9b9dae2fc96392 (diff)
Update TFLite "minimal" example
PiperOrigin-RevId: 201183828
Diffstat (limited to 'tensorflow/contrib/lite/optional_debug_tools.h')
-rw-r--r--tensorflow/contrib/lite/optional_debug_tools.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/contrib/lite/optional_debug_tools.h b/tensorflow/contrib/lite/optional_debug_tools.h
index 1b6998cda3..7fb4b8d8b7 100644
--- a/tensorflow/contrib/lite/optional_debug_tools.h
+++ b/tensorflow/contrib/lite/optional_debug_tools.h
@@ -24,9 +24,6 @@ namespace tflite {
// Prints a dump of what tensors and what nodes are in the interpreter.
void PrintInterpreterState(Interpreter* interpreter);
-// Prints a dump of what tensors and what nodes are in the interpreter.
-TfLiteStatus ValidateInterpreterState(const Interpreter* interpreter);
-
} // namespace tflite
#endif // TENSORFLOW_CONTRIB_LITE_DEBUG_TOOLS_H_