Home
last modified time | relevance | path

Searched refs:op_text (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/
Dupdate_api_def_test.cc53 const string op_text = R"( in TEST() local
71 protobuf::TextFormat::ParseFromString(op_text, &op); // NOLINT in TEST()
156 const string op_text = R"( in TEST() local
174 protobuf::TextFormat::ParseFromString(op_text, &op); // NOLINT in TEST()
/external/mksh/src/
Dfuncs.c187 char op_text[4]; member
2744 for (; tbl->op_text[0]; tbl++) in test_isop()
2745 if (sc1 == tbl->op_text[1] && !strcmp(s, tbl->op_text)) in test_isop()