Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/metrics/
H A Derror_collector_inst.cc86 ErrorCode error_code_enum = ConverterErrorData::UNKNOWN; in ErrorCollectorInstrumentation() local
88 ConverterErrorData::ErrorCode_Parse(error_code, &error_code_enum); in ErrorCollectorInstrumentation()
91 pass_name_, error_message, error_code_enum, op_name, loc)); in ErrorCollectorInstrumentation()