Home
last modified time | relevance | path

Searched refs:TFLITE_LOG_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dproto_to_flatbuffer.cc41 TFLITE_LOG_PROD(TFLITE_LOG_ERROR, in ConvertExecutionPreference()
63 TFLITE_LOG_PROD(TFLITE_LOG_ERROR, "Unexpected value for Delegate: %d", in ConvertDelegate()
80 TFLITE_LOG_PROD(TFLITE_LOG_ERROR, in ConvertNNAPIExecutionPreference()
98 TFLITE_LOG_PROD(TFLITE_LOG_ERROR, in ConvertNNAPIExecutionPriority()
112 TFLITE_LOG_PROD(TFLITE_LOG_ERROR, "Unexpected value for GPUBackend: %d", in ConvertGPUBackend()
136 TFLITE_LOG_PROD(TFLITE_LOG_ERROR, in ConvertEdgeTpuPowerState()
/external/tensorflow/tensorflow/lite/
Dminimal_logging_test.cc42 TFLITE_LOG_PROD(TFLITE_LOG_ERROR, "Two"); in TEST()
65 TFLITE_LOG(TFLITE_LOG_ERROR, "Baz"); in TEST()
Dstderr_reporter.cc25 logging_internal::MinimalLogger::LogFormatted(TFLITE_LOG_ERROR, format, args); in Report()
Dminimal_logging_ios.cc31 case TFLITE_LOG_ERROR: in GetPlatformSeverity()
Dminimal_logging.cc36 case TFLITE_LOG_ERROR: in GetSeverityName()
Dminimal_logging_android.cc32 case TFLITE_LOG_ERROR: in GetPlatformSeverity()
Dminimal_logging.h25 TFLITE_LOG_ERROR = 2, enumerator
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_implementation.cc34 TFLITE_LOG_PROD(TFLITE_LOG_ERROR, "Function %s is NULL", name); in LoadFunction()
51 TFLITE_LOG_PROD(TFLITE_LOG_ERROR, in CreateNewHexagonInterface()
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantization_utils.cc451 TFLITE_LOG(TFLITE_LOG_ERROR, "No tensor to quantize."); in SymmetricQuantizeTensor()
457 TFLITE_LOG(TFLITE_LOG_ERROR, "Missing buffer."); in SymmetricQuantizeTensor()
490 TFLITE_LOG(TFLITE_LOG_ERROR, "No tensor to quantize."); in QuantizeTensorFloat16()
496 TFLITE_LOG(TFLITE_LOG_ERROR, "Missing buffer."); in QuantizeTensorFloat16()