Searched refs:kERROR (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
D | trt_logger.cc | 41 case Severity::kERROR: { in log()
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 43 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 394 string= kERROR; in testTag() 417 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 418 u_strcpy(expected_string,kERROR); in testTag()
|
D | creststn.c | 120 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 1774 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 1775 u_strcpy(expected_string,kERROR); in testTag() 1776 string=kERROR; in testTag() 1840 string=kERROR; in testTag() 1852 u_strcpy(expected_string, kERROR); in testTag() 1927 string = kERROR; in testTag() 1954 u_strcpy(expected_string,kERROR); in testTag() 2007 string = kERROR; in testTag()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | tensorrt_test.cc | 40 case Severity::kERROR: in log()
|