HomeSort by relevance Sort by last modified time
    Searched defs:is_quote (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
tokenize.cc 56 auto is_quote = [](char c) { return c == '"'; }; local
64 } else if (is_quote(*it)) {
74 } else if (is_quote(*it)) {
84 if (is_quote(*it)) {
  /external/tensorflow/tensorflow/lite/testing/
tokenize.cc 53 auto is_quote = [](char c) { return c == '"'; }; local
61 } else if (is_quote(*it)) {
71 } else if (is_quote(*it)) {
81 if (is_quote(*it)) {

Completed in 286 milliseconds