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

  /external/tensorflow/tensorflow/core/lib/strings/
str_util_test.cc 82 TEST(RemoveLeadingWhitespace, Basic) {
86 EXPECT_EQ(str_util::RemoveLeadingWhitespace(&data), 11);
89 EXPECT_EQ(str_util::RemoveLeadingWhitespace(&data), 0);
93 TEST(RemoveLeadingWhitespace, TerminationHandling) {
97 EXPECT_EQ(str_util::RemoveLeadingWhitespace(&data), 1);
101 EXPECT_EQ(str_util::RemoveLeadingWhitespace(&data), 0);
str_util.h 48 size_t RemoveLeadingWhitespace(StringPiece* text);
  /external/tensorflow/tensorflow/contrib/libsvm/kernels/
decode_libsvm_op.cc 64 str_util::RemoveLeadingWhitespace(&line);
89 str_util::RemoveLeadingWhitespace(&line);
  /external/tensorflow/tensorflow/core/kernels/
string_split_op.cc 129 str_util::RemoveLeadingWhitespace(&text);
133 str_util::RemoveLeadingWhitespace(&text);
word2vec_kernels.cc 37 str_util::RemoveLeadingWhitespace(input);
  /external/tensorflow/tensorflow/core/framework/
attr_value_util.cc 409 str_util::RemoveLeadingWhitespace(&cleaned);
416 str_util::RemoveLeadingWhitespace(&cleaned);
op_def_builder.cc 184 str_util::RemoveLeadingWhitespace(&spec);
199 str_util::RemoveLeadingWhitespace(&spec);
222 str_util::RemoveLeadingWhitespace(&spec);
235 str_util::RemoveLeadingWhitespace(&spec);
241 str_util::RemoveLeadingWhitespace(&spec);
259 str_util::RemoveLeadingWhitespace(&spec);

Completed in 7240 milliseconds