HomeSort by relevance Sort by last modified time
    Searched refs:RemoveWhitespaceContext (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
string_strip_op.cc 45 str_util::RemoveWhitespaceContext(&entry);
  /external/tensorflow/tensorflow/core/lib/strings/
str_util_test.cc 128 TEST(RemoveWhitespaceContext, Basic) {
132 EXPECT_EQ(str_util::RemoveWhitespaceContext(&data), 13);
135 EXPECT_EQ(str_util::RemoveWhitespaceContext(&data), 0);
141 EXPECT_EQ(str_util::RemoveWhitespaceContext(&data), 0);
str_util.h 56 size_t RemoveWhitespaceContext(StringPiece* text);
  /external/tensorflow/tensorflow/contrib/libsvm/kernels/
decode_libsvm_op.cc 50 str_util::RemoveWhitespaceContext(&line);
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 348 str_util::RemoveWhitespaceContext(&seg);

Completed in 642 milliseconds