Searched refs:kERROR (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
D | trt_logger.cc | 40 case Severity::kERROR: { in log()
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 41 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 368 string= kERROR; in testTag() 391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 392 u_strcpy(expected_string,kERROR); in testTag()
|
D | creststn.c | 120 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/, variable 1720 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); in testTag() 1721 u_strcpy(expected_string,kERROR); in testTag() 1722 string=kERROR; in testTag() 1786 string=kERROR; in testTag() 1798 u_strcpy(expected_string, kERROR); in testTag() 1873 string = kERROR; in testTag() 1900 u_strcpy(expected_string,kERROR); in testTag() 1953 string = kERROR; in testTag()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | tensorrt_test.cc | 41 case Severity::kERROR: in log()
|