From 053087ff366bed02eeec858ddd856ce4a78bbfa9 Mon Sep 17 00:00:00 2001 From: Pete Warden Date: Fri, 6 Jan 2017 12:17:38 -0800 Subject: Add input initialization values to benchmark Change: 143800723 --- tensorflow/core/lib/strings/str_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tensorflow/core/lib/strings/str_util.h') diff --git a/tensorflow/core/lib/strings/str_util.h b/tensorflow/core/lib/strings/str_util.h index 183b18a5c6..bfecfef6cb 100644 --- a/tensorflow/core/lib/strings/str_util.h +++ b/tensorflow/core/lib/strings/str_util.h @@ -122,6 +122,8 @@ bool SplitAndParseAsInts(StringPiece text, char delim, std::vector* result); bool SplitAndParseAsInts(StringPiece text, char delim, std::vector* result); +bool SplitAndParseAsFloats(StringPiece text, char delim, + std::vector* result); // ------------------------------------------------------------------ // Implementation details below -- cgit v1.2.3