Home
last modified time | relevance | path

Searched refs:RemoveWhitespaceContext (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/lib/strings/
Dstr_util_test.cc128 TEST(RemoveWhitespaceContext, Basic) { in TEST() argument
132 EXPECT_EQ(str_util::RemoveWhitespaceContext(&data), 13); in TEST()
135 EXPECT_EQ(str_util::RemoveWhitespaceContext(&data), 0); in TEST()
141 EXPECT_EQ(str_util::RemoveWhitespaceContext(&data), 0); in TEST()
Dstr_util.h56 size_t RemoveWhitespaceContext(StringPiece* text);
Dstr_util.cc373 size_t RemoveWhitespaceContext(StringPiece* text) { in RemoveWhitespaceContext() function
/external/tensorflow/tensorflow/core/kernels/
Dstring_strip_op.cc45 str_util::RemoveWhitespaceContext(&entry); in Compute()
/external/tensorflow/tensorflow/contrib/libsvm/kernels/
Ddecode_libsvm_op.cc50 str_util::RemoveWhitespaceContext(&line); in Compute()
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc348 str_util::RemoveWhitespaceContext(&seg); in ParseDebugOpName()